Skip to content

AlexJCosta/websocket-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple example

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published