https://github.com/rahgurung/coo
coo: open chatrooms web app build with flask which is open source
https://github.com/rahgurung/coo
css flask javascript messaging python3 socket-io
Last synced: 2 months ago
JSON representation
coo: open chatrooms web app build with flask which is open source
- Host: GitHub
- URL: https://github.com/rahgurung/coo
- Owner: rahgurung
- License: mit
- Created: 2018-07-17T11:40:20.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-12-20T09:35:00.000Z (over 7 years ago)
- Last Synced: 2025-06-15T06:44:13.635Z (about 1 year ago)
- Topics: css, flask, javascript, messaging, python3, socket-io
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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.