mirror of
https://github.com/oxen-io/session-desktop.git
synced 2023-12-14 02:12:57 +01:00
.. | ||
http_server.py | ||
readme.md | ||
socket_server.py |
http server for mocking up sending message to the server and getting a response back. websocket server for mocking up opening a connection to receive messages from the server.
run either server with
sudo python3 <script>
(sudo is required for port 80) but both can't be run at the same time.