https://github.com/didaquis/learning-socket
This is an exercise with basics of Socket.io
https://github.com/didaquis/learning-socket
javascript node-js nodejs socket-io
Last synced: about 2 months ago
JSON representation
This is an exercise with basics of Socket.io
- Host: GitHub
- URL: https://github.com/didaquis/learning-socket
- Owner: didaquis
- Created: 2018-08-08T19:15:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-08T21:46:15.000Z (almost 8 years ago)
- Last Synced: 2025-12-26T13:44:54.311Z (6 months ago)
- Topics: javascript, node-js, nodejs, socket-io
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Learning Socket.io
This repo contain an exercise of course "Node: De cero a experto" by "Fernando Herrera". This is an exercise with basics of **Socket.io**.
The original repo of exercise is https://github.com/Klerith/Express-Basico and you can find the course on https://www.udemy.com/node-de-cero-a-experto/
For run the code:
```
npm install && npm start
```