This is a side project of mine that I used to teach myself Python. The backend is built using Tornado and the frontend using React.
Currently hosted here
- Anonymous
- Asynchronous
- Full End to End Encryption
- Locking
- Python 3
- Tornado
pip install tornado
- Clone this repository and cd into the folder
git clone https://github.com/DevinVS/AsyncChat.git && cd AsyncChat
- Install Dependencies
yarn install
- Build the frontend
yarn build
- Start the server
python build/app.py
Connect at http://localhost:3000