Pong
January 18, 2015 ยท View on GitHub
A multiplayer version of the classic game Pong, written in the Elm language and using NodeJS for client-server communication.
Based on this example.
Installation
First, make sure you have both NodeJS and Elm installed. Run npm install to
install the dependencies, and npm start to start the server.