Version 0.0.2
NoPong is pong made with Node.js
- Team Leader: John
- Special Thanks: Gareth
- Express - web application framework for node
- Socket.IO - makes realtime apps possible in every browser and mobile device
- colors.js - get color and style in your node.js console
git clone https://github.com/flamescape/NoPong.git
cd NoPong/server
npm install
node app.js
View the app at localhost:8080