Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 733 Bytes

File metadata and controls

53 lines (30 loc) · 733 Bytes

RedRoom

Simple chat room with flask, flask_socketio and flask_caching

Table of contents

Things need to run the project and how to install them.

python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt

To start the project.

flask run

Now visit localhost:8000 or 127.0.0.1:5000

The MIT License

License: MIT


That's all