https://github.com/sai3010/let-s-chat
let's chat is a bi-directional chat application build with flask socket io.
https://github.com/sai3010/let-s-chat
flask flask-socketio python3 socket-io webdevelopment
Last synced: about 2 months ago
JSON representation
let's chat is a bi-directional chat application build with flask socket io.
- Host: GitHub
- URL: https://github.com/sai3010/let-s-chat
- Owner: sai3010
- Created: 2019-05-21T16:30:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-02T04:53:31.000Z (about 7 years ago)
- Last Synced: 2025-02-21T14:32:43.688Z (over 1 year ago)
- Topics: flask, flask-socketio, python3, socket-io, webdevelopment
- Language: HTML
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# let's-chat
let's chat is a bi-directional chat application build with flask socket io.
## Steps to run this app.
- `apt-get install python3`
- `apt-get install python3-pip`
- `pip3 install -r requirements.txt`
- `gunicorn --worker-class eventlet app:app`
* Fire up your browser and navigate to `http://localhost:8000`.
* Open another browser window , try to enter the same room as different user and you will be able to chat with anyone who joins the room.