Closed TehillahK closed 8 months ago
Decided to use ssh port forwarding and web sockets instead particularly socket io and connect asynchronously. We decided to use Web sockets because web sockets are more persistent than regular sockets and just in case flask wouldn't be compatible on the cluster.
To run the server, run python3 server.py , it runs on port 8080 on localhost . Thunder client can be used to send messages to it. We used Flask and Flask Restful to create API.