Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 481 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 481 Bytes

This is my personal project in which I have implemented a chat app.

coo

coo: online messaging service based on Flask.

In this project, I build an online messaging service using Flask, similar in spirit to Slack. Users will be able to sign into this site with a display name, create channels (i.e. chatrooms) to communicate in, as well as see and join existing channels. Once a channel is selected, users will be able to send and receive messages with one another in real time.