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
- Host: GitHub
- URL: https://github.com/didaquis/node-socket-chat
- Owner: didaquis
- Created: 2018-08-15T10:17:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T15:45:53.000Z (over 2 years ago)
- Last Synced: 2025-03-11T03:47:27.888Z (about 2 months ago)
- Topics: javascript, node-js, nodejs, socket-io
- Language: JavaScript
- Size: 650 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```