Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wfykitty/chat_app_demo

a simple chat application using node.js and socket.io
https://github.com/wfykitty/chat_app_demo

expressjs javascript mongodb nodejs socket-io

Last synced: 12 days ago
JSON representation

a simple chat application using node.js and socket.io

Awesome Lists containing this project

README

        

Simple Web Based Chat for Fullstack Development III - Blockchain Development

# Chat App Demo

This is chat application with message and events history using Node.js, Socket.IO and ReactJS.
- change chat room
- chat and display "__ is typing"
- display chat and log history
- change name

###

![](./demo.gif)

---

## To run the whole project, please refer to README.md in Chat_App_Admin

Heroku URL:
https://serene-falls-19141.herokuapp.com/

** ALTERNATIVELY **

- Please install dependencies by running:
"npm i"

- Start application by runing:
"node app.js"

- View app at:
"https://localhost:5000"