/Signal-Server-Demonstration

An example client and server for the signal protocol using Javascript client side and Python on the sever

Primary LanguageJavaScript

ToDo

  • Improve API calls
  • Improve documentation
  • Rate-limit pre-key requests from server

Starting the server

The server is written in Python using Django.

cd server
source env/bin/activate
cd signal_server_demonstration
python manage.py runserver

Starting the client

The client is written in Javascript using React.

In a separate terminal window:

cd client/singal_server_demonstration
npm start

Documentation of API

For now, documentation is kept here

Reset database

python manage.py flush