Msgbrd is a simple a message board that uses Flask and Redis server for storing the messages. Demo
You'll need to have a redis server.
- Edit the
settings.py
as needed, then
python app.py
This will start the server listening on port 5000, the default for Flask. By default, it will try to connect to the Redis server on 127.0.0.1:6379
. For more on deployment, check out the Flask docs.