session-desktop/mockup_servers
sachaaaaa 4b9fcb98d4 Linting and other housekeeping stuff 2018-11-01 11:10:30 +11:00
..
http_server.py changed mock http server to display received bytes 2018-10-09 14:44:22 +11:00
readme.md Linting and other housekeeping stuff 2018-11-01 11:10:30 +11:00
socket_server.py update mock socket server to send friend-request message (fallback encryption) 2018-10-08 15:04:14 +11:00

readme.md

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.