Skip to content
This repository has been archived by the owner on May 25, 2020. It is now read-only.
/ pong-multiplayer Public archive

Pong multiplayer created using Node.js and Socket.io

License

Notifications You must be signed in to change notification settings

sertxudev/pong-multiplayer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pong Multiplayer

Pong multiplayer created using Node.js and Socket.io

This project is an experiment using Node.js and Sockets, it's not recommended to use it in production.

Clone and Run

To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
$ git clone https://github.com/sertxudeveloper/Pulse

# Go into the repository
$ cd Pulse

# Install dependencies
$ npm install

# Run the app in development mode
$ npm run dev

# Run the app in production mode
$ npm run prod