This is a simple project to study the development of web socket with nodeJS.
Para instalar e usar este projeto é necessário ter o nodeJS (https://nodejs.org) e npm (https://www.npmjs.com) instalados em seu ambiente.
- nodeJS >= 12;
- npm >= 6;
- Clone the repository (https://github.com/AlexJCosta/websocket-nodejs);
- Install the project dependencies with
npm install
; - Run the server with
npm run server
. - Edit the
/core/config.js
file and add your database credentials.
npm run server
;
The code in this project is licensed under MIT license.