My attempt at making a scalable distributed chat service like Discord.
- TypeScript (To make sure undefined errors don't make me wanna die)
- PostgreSQL (For storing application data)
- Redis (For storing server-sided session)
- NATS (For pub/sub between microservices)
You are free to use my code, just make sure to credit it. The boring legal stuff is in the LICENSE file;