Pong over the web, with online services powered by node.js, express, socket.io.
To run, start the server by running npm start in the server folder. Connect to it via port 8080.
Only two players can connect at a time; more players connecting will quickly lead to multiple players controlling the right paddle. Restart the server if things don't work.
created for Shellhacks 2020