Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/isaychris/flack-chat
Real-time chat web application powered by Flask & Socket.IO :: [HarvardX - CS50W Web Development - Project 2] :: http://flack-chat-flack.193b.starter-ca-central-1.openshiftapps.com/
https://github.com/isaychris/flack-chat
chat cs50w flask harvardx project2 slack socket-io
Last synced: 14 days ago
JSON representation
Real-time chat web application powered by Flask & Socket.IO :: [HarvardX - CS50W Web Development - Project 2] :: http://flack-chat-flack.193b.starter-ca-central-1.openshiftapps.com/
- Host: GitHub
- URL: https://github.com/isaychris/flack-chat
- Owner: isaychris
- Created: 2018-08-31T04:21:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-09-20T05:40:06.000Z (over 6 years ago)
- Last Synced: 2024-11-09T13:40:39.169Z (2 months ago)
- Topics: chat, cs50w, flask, harvardx, project2, slack, socket-io
- Language: JavaScript
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flack
Slack clone powered by Flask and Socket.IOWIP.
![Image](https://i.imgur.com/OrLpqRr.png)### Requirements:
https://docs.cs50.net/web/2018/w/projects/2/project2.html### Currently Working
* Real-time messaging
* Channel creation
* Display names
* Online list
* Channel list
* Channel selection
* Loading recent messages
* Emoji's### TO-DO
* ~~Channel selection~~
* ~~Limit number of messages for each channel to 100~~
* ~~Load saved messages from server~~
* ~~Press enter to submit messages~~
* ~~Fix layout~~
* Check for naming duplicates
* Fix buggy online-list
* Navigation Bar
* Dark Mode ?