Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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!

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