Flack - Real Time Online Messenger Application
Summary:
- Developed an online messaging service using Flask, similar in spirit to Slack.
- New users can sign in and create or join an existing chatroom. Once a channel is selected, users can communicate in real-time, with the help of WebSockets.
- The users also have an option to create new channels for communication.
- Flack uses Flask for the Backend and Javascript, HTML, CSS, BootStrap for the front-end.
- The user’s information is stored in the PostgreSQL database.
- The final application is deployed on Heroku and is available at the link
- The image attached above shows two users communicating with each other in real-time.