Skip to content

Asynchronous, Anonymous, and Fully Encrypted Chat Written with Tornado and React

Notifications You must be signed in to change notification settings

devinvs/AsyncChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Async Chat

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.

Demo

Currently hosted here

Features:

  • Anonymous
  • Asynchronous
  • Full End to End Encryption
  • Locking

Prerequisites

pip install tornado

Building and Running

  1. Clone this repository and cd into the folder

git clone https://github.com/DevinVS/AsyncChat.git && cd AsyncChat

  1. Install Dependencies

yarn install

  1. Build the frontend

yarn build

  1. Start the server

python build/app.py

Connect at http://localhost:3000

About

Asynchronous, Anonymous, and Fully Encrypted Chat Written with Tornado and React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published