Yet another messaging app 😀.
Uchat is a chat app where users can create rooms and chat together. It like clubhouse but for chatting.
| Tech | Usage |
|---|---|
| Typescript | Programming language |
| Node Js | Server with express |
| Next Js | Web app |
| GraphQL / ApolloGraphql | To query server |
| PostgreSQL | Database |
| Redis | For saving real time data |
| Prisma | ORM |
| Socket IO | For real time connection |
| Tailwind CSS | For styling web app |
| Chakra UI | To build web app faster |
| Hookstate | State management for web app |
Well its core part is made using NODE JS, POSTGRES & REDIS, so you need that installed by default and NPM of course 😌.