https://github.com/angristan/node-chat-app
A simple node chat app to train with socket.io
https://github.com/angristan/node-chat-app
Last synced: 2 months ago
JSON representation
A simple node chat app to train with socket.io
- Host: GitHub
- URL: https://github.com/angristan/node-chat-app
- Owner: angristan
- License: mit
- Created: 2018-08-12T16:25:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-06T10:31:08.000Z (about 4 years ago)
- Last Synced: 2025-07-21T15:27:17.951Z (3 months ago)
- Language: JavaScript
- Homepage: https://angristan-node-chat-app.herokuapp.com/
- Size: 313 KB
- Stars: 15
- Watchers: 2
- Forks: 21
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node-chat-app
This is a nodejs chat app using socket.io.
I made it following this [Udemy](https://www.udemy.com/the-complete-nodejs-developer-course-2) course.
A copy of the original source code can be found at [andrewjmead/node-course-2-chat-app](https://github.com/andrewjmead/node-course-2-chat-app).
You can find a running version of the app at https://angristan-node-chat-app.herokuapp.com/!
Libraries used:
- [socket.io](https://github.com/socketio/socket.io)
- [jQuery](https://github.com/jquery/jquery)
- [express](https://github.com/expressjs/express)
- [mustache.js](https://github.com/janl/mustache.js)
- [Moment.js](https://github.com/moment/moment)