- Improve API calls
- Improve documentation
- Rate-limit pre-key requests from server
The server is written in Python using Django.
cd server
source env/bin/activate
cd signal_server_demonstration
python manage.py runserver
The client is written in Javascript using React.
In a separate terminal window:
cd client/singal_server_demonstration
npm start
For now, documentation is kept here
python manage.py flush