Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wfykitty/chat_app_demo
- Owner: wfykitty
- Created: 2020-07-03T20:04:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T21:47:50.000Z (about 2 years ago)
- Last Synced: 2023-03-05T23:55:57.981Z (almost 2 years ago)
- Topics: expressjs, javascript, mongodb, nodejs, socket-io
- Language: JavaScript
- Homepage:
- Size: 3.39 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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"