/socket-server

Socket server for DIO lesson

Primary LanguageJavaScriptMIT LicenseMIT

Socket.io Server

Socket.io server for DIO lesson.

Install

Clone this repository and install it dependencies with this command:

$ npm install

Running

Run the socket server with npm start command, it will start the app on localhost:8080:

$ npm start

Using Docker

With Docker installed just run the command bellow:

$ docker run -p 8080:8080 celsohsilva/socket-server

License

This project is licensed under the MIT License - see the LICENSE.md file for details