https://github.com/gustttavodev/chat-nodejs
Chat utilizando NodeJS + Socket.io
https://github.com/gustttavodev/chat-nodejs
Last synced: 10 months ago
JSON representation
Chat utilizando NodeJS + Socket.io
- Host: GitHub
- URL: https://github.com/gustttavodev/chat-nodejs
- Owner: gustttavodev
- Created: 2020-05-28T17:42:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T22:20:36.000Z (about 3 years ago)
- Last Synced: 2025-01-09T22:49:28.386Z (12 months ago)
- Language: HTML
- Homepage:
- Size: 59.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Chat em tempo real usando NodeJS + Socket.io.
# Dependencies
```
$ npm install
```
# Run project
```
$ node server.js
```
