You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-desktop/mockup_servers
sachaaaaa 6e9ea52e1e add the python servers (http and websocket) and some notes 7 years ago
..
httpserver.py add the python servers (http and websocket) and some notes 7 years ago
readme.md add the python servers (http and websocket) and some notes 7 years ago
socketserver.py add the python servers (http and websocket) and some notes 7 years ago

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.