Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamestang12/realtime-chat-application
A Real time web application build using Node.js, Socket.io and React
https://github.com/jamestang12/realtime-chat-application
Last synced: 8 days ago
JSON representation
A Real time web application build using Node.js, Socket.io and React
- Host: GitHub
- URL: https://github.com/jamestang12/realtime-chat-application
- Owner: jamestang12
- Created: 2020-03-19T00:08:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T07:52:53.000Z (almost 2 years ago)
- Last Synced: 2023-03-07T22:20:15.010Z (over 1 year ago)
- Language: JavaScript
- Size: 3.77 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Realtime-Chat-Application
This web application allow users to join diferent chat room, send, and receive message in real-time with NodeJS, Express, React on the fromted with a custom UI
## Tools
* Javascript
Incorporating JavaScript improves the user experience of the web page by converting it from a static page into an interactive one.
* NodeJSNode.js was use to create a run-time environmen and scalable network for this applications
* Express
Framework for NodeJs for easier routing and server setup
* ReactFramwork is use to design the Web application provide a beeter user experience
* Socket.iolibrary to abstract the WebSocket connections for real-time message
## Functionality
- [x] Nice looking user interface
- [x] Create locak server with Express
- [x] Update front-end with React, Javascript
- [x] Custome login UI which allow user to join different chat room
- [x] Realtime chatroom update such us display online users, remove offline user, broadcast chatroom meassage and real-time messaging