Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/raj-pulapakura/chat-website
A chat website where you can create a room, invite your friends, and chat together!
https://github.com/raj-pulapakura/chat-website
chat-application graphql mysql nodejs react reactjs
Last synced: 3 days ago
JSON representation
A chat website where you can create a room, invite your friends, and chat together!
- Host: GitHub
- URL: https://github.com/raj-pulapakura/chat-website
- Owner: raj-pulapakura
- Created: 2022-01-18T23:54:56.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-23T23:15:37.000Z (almost 3 years ago)
- Last Synced: 2024-11-10T00:29:52.552Z (2 months ago)
- Topics: chat-application, graphql, mysql, nodejs, react, reactjs
- Language: TypeScript
- Homepage:
- Size: 875 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Usually for chat apps you would use something like sockets for preserved connections, but I simply decided to use the react-query package to automatically refetch data on the client, so it wasn't that big of a deal.
## Features:
- Create rooms
- Invite friends
- Chat together## Tech stack:
- Website: React | react-query (data-fetcher) | material-ui (component library)
- Backend: NodeJS | Graphql | MySQL | JWT for Auth | Docker