session-desktop/mockup_servers
2018-10-08 15:04:14 +11:00
..
http_server.py changed sendMessage request from PUT to POST 2018-08-23 15:29:49 +10:00
readme.md add the python servers (http and websocket) and some notes 2018-08-22 18:16:17 +10:00
socket_server.py update mock socket server to send friend-request message (fallback encryption) 2018-10-08 15:04:14 +11:00

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.