I implemented the classic game 'Pong' with JavaScript and Node.js. The server handles users info, users' inputs and
simple physics for the ball and players. Server is made with Node.js and Socket.io, and the client is made with
Vanila JavaScript and
some HTML/CSS.