This projects its just an example of creating a node.js application using socket.io
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
In order to get an development environment you need to install nodejs and npm in your system.
sudo apt install nodejs npm
So after fulfill these requirements you just need to issue the next commands:
cp .env.example .env
vim .env # edit your parameters
npm install
npm start
Then you will be able to get information from http://localhost:3000
npm test
- [Socket.io(https://socket.io)] - Socket.IO enables real-time, bidirectional and event-based communication.
- NodeJS - Language and VM
- Express - Node.js Express framework
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Fran Dieguez - Initial work - frandieguez
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details
- Hat tip to anyone whose code was used
- Inspiration
- etc