Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/JacobCallahan/quickchat
- Owner: JacobCallahan
- Created: 2018-03-27T12:26:12.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T04:08:05.000Z (over 6 years ago)
- Last Synced: 2024-06-02T07:32:07.160Z (5 months ago)
- Language: HTML
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```