Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hjjinx/chatting-app-react
A vey simple online chat application.
https://github.com/hjjinx/chatting-app-react
Last synced: 3 months ago
JSON representation
A vey simple online chat application.
- Host: GitHub
- URL: https://github.com/hjjinx/chatting-app-react
- Owner: hjjinx
- Created: 2020-12-12T14:17:08.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-08T16:26:34.000Z (almost 3 years ago)
- Last Synced: 2024-08-02T13:31:57.091Z (7 months ago)
- Language: TypeScript
- Homepage: https://hjjinx.github.io/chatting-app-react/
- Size: 2.21 MB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Chat Application
A simple chatting application which allows you to create public chatting rooms and invite anyone to join in on the conversation. Try the chat application by going to [this](https://hjjinx.github.io/chatting-app-react/) link
Uses the following tech stack:
- Front-end (React.js):
- [Material-UI](https://material-ui.com/)
- [Socket.io client](https://www.npmjs.com/package/socket.io-client)
- [react-chat-ui](https://www.npmjs.com/package/react-chat-ui)
- Server (Node.js):
- [HTTP](https://nodejs.org/api/http.html)
- [Socket.io](https://socket.io/)The server is hosted on an AWS EC2 instance (using Ubuntu 20.04)
Used [gh-pages](https://www.npmjs.com/package/gh-pages) for easily making the React app live on GitHub Pages.