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

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

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)