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

https://github.com/mdbytes/chatapp

Utlizing Node, Express, and socket.io, ChatApp provides an interface for user login and a standard template for chat rooms with unlimited users. Client support incorporates the Mustache npm package for rendering chat room users and messages.
https://github.com/mdbytes/chatapp

expressjs javascript mustache nodejs npm socket

Last synced: 3 months ago
JSON representation

Utlizing Node, Express, and socket.io, ChatApp provides an interface for user login and a standard template for chat rooms with unlimited users. Client support incorporates the Mustache npm package for rendering chat room users and messages.

Awesome Lists containing this project

README

          

# ChatApp

ChatApp provides an interface for user login and a standard template for
chat rooms with unlimited users. Using the ChatApp, users can.

1. Sign in creating their own unique user name.
2. Join an existing chat room or define a new one for personal use.
3. Send and receive public messages on the chat room message board.
4. Share their own personal location to the group with a clickable link
to google maps.
5. An administrative notice is given to room users when a new user joins
the room.
6. Administrative notice is also given to the chat room when users
disconnect from the room.

On the server side, the application uses noje.js, express, and socket.io.
In addition to socket.io, client support incorporates the Mustache npm
package for rendering chat room users and messages.

This application was orignally developed as part of the following course:
"The complete node.js developer course" by Andrew Mead which can be found
at: https://www.udemy.com/course/the-complete-nodejs-developer-course-2/

This app has been deployed to heroku at:
https://dashboard.heroku.com/apps/mdbytes-chat-app

Updating heroku stack.