Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 431 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 431 Bytes

The Cord

My attempt at making a scalable distributed chat service like Discord.

Technologies

  • 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)

License

You are free to use my code, just make sure to credit it. The boring legal stuff is in the LICENSE file;