This is a template to create multiplayer programs running off of a node.js server using socket.io for the websocket connection and p5/p5.play to handle the visuals of the game.
There are two main files you will need to edit.
index.js
This is the server-side code.public/sketch.js
Client-side sketch file to handle your game sprites and animations.