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

https://github.com/didaquis/node-socket-chat

Chat application using Socket.io
https://github.com/didaquis/node-socket-chat

javascript node-js nodejs socket-io

Last synced: about 2 months ago
JSON representation

Chat application using Socket.io

Awesome Lists containing this project

README

        

# Node.js + Socket.io chat application

This repo contain an exercise of course "Node: De cero a experto" by "Fernando Herrera". In this exercise our target is building a chat application using Socket.io.

You can find the course of Fernando Herrera on https://www.udemy.com/node-de-cero-a-experto/

For run the code:
```
npm install && npm start
```