Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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/

Awesome Lists containing this project

README

        

# flack
Slack clone powered by Flask and Socket.IO

WIP.
![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 ?