Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 686 Bytes

File metadata and controls

24 lines (15 loc) · 686 Bytes

Web Socket Project

This is a simple project to study the development of web socket with nodeJS.

Installing / Getting started

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;

Initial Configuration

  1. Clone the repository (https://github.com/AlexJCosta/websocket-nodejs);
  2. Install the project dependencies with npm install;
  3. Run the server with npm run server.
  4. Edit the /core/config.js file and add your database credentials.

Run Project

npm run server;

Licensing

The code in this project is licensed under MIT license.