This is a repository to study socket.io library and make a prof of concept that try to create a similar Gartic game project
- Clone this repository to your local git.
git clone https://github.com/argas7/socket-gartic .git
-
Install all dependencies with the following command 2.1. Using npm:
npm install2.2. Using yarn (strongly recommended):yarn install -
Run the server with the following command: 4.1. Using node:
node server.jsornode .; 4.2. If you have nodemon:nodemon server.jsornodemon; -
Go to your localhost:3000 and start to play 5.1. If you exposed this port with a software like ngrok, as example, you can shareable with your friends and draw together