An open API service indexing awesome lists of open source software.

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

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
```