Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/JacobCallahan/quickchat

QuickChat - Stupid fast, scale-able, private chat app
https://github.com/JacobCallahan/quickchat

Last synced: 13 days ago
JSON representation

QuickChat - Stupid fast, scale-able, private chat app

Awesome Lists containing this project

README

        

QuickChat
=========

Fast, Disposable, Containerized Chat!
```
docker run -p 1337:5000 jacobcallahan/quickchat
```
QuickChat is a no frills on-demand private chat app.
Run the container image for easily scalable app instances
as well as easy installation/cleanup.
When you're done, just kill the container and all data is wiped!

You can also run the app manually (see below), but why?
```
python dbinit.py
python app.py
```