#Party Ping a pong-style multiplayer web app hosted on a node server
Server hosts the web app on port 80. Subsequent connections use socket.io for communication.
Networked multiplayer pong between two teams, backed by Firebase. Meant as an exercise for learing the firebase API.
JavaScript
#Party Ping a pong-style multiplayer web app hosted on a node server
Server hosts the web app on port 80. Subsequent connections use socket.io for communication.