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

https://github.com/antoniorm80/sockets-express

Proyecto de Sockets creado con Express para del desarrollo de un Chat en tiempo real.
https://github.com/antoniorm80/sockets-express

Last synced: about 2 months ago
JSON representation

Proyecto de Sockets creado con Express para del desarrollo de un Chat en tiempo real.

Awesome Lists containing this project

README

        

#Socket-Server

1.- Reconstruir módulos de Node
``````
npm install
``````
2.- Generar el dist
``````
tsc -
``````
3.- Levantar el Servidor
``````
nodemon dist/
``````