https://github.com/icewreck/chatrooms
Realtime Chat Application. Based on Flask and WebSockets.
https://github.com/icewreck/chatrooms
flask flask-socketio javascript python3 socket-io
Last synced: 3 months ago
JSON representation
Realtime Chat Application. Based on Flask and WebSockets.
- Host: GitHub
- URL: https://github.com/icewreck/chatrooms
- Owner: IceWreck
- Created: 2019-06-27T13:42:53.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-20T16:23:21.000Z (almost 7 years ago)
- Last Synced: 2025-10-10T16:29:39.656Z (9 months ago)
- Topics: flask, flask-socketio, javascript, python3, socket-io
- Language: CSS
- Size: 1.58 MB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChatRooms

## Stack
* Flask
* PostgresSQL - store the entire database url (local or remote) in an environment variable called DATABASE_URL
* Websockets
* HTML/CSS/JS
## Features
* multi user chatrooms
* ability to create channels
* user authentication
* remembers your last used channels\
## Setup
* setup a virtualenv and install requirements.txt
* `export DATABASE_URL=postgres://link.to.your.url.com/whatever`
* run create_db.py to create your tables
* `flask run` to run it in a developement setting.