quill
- Quill is a full-stack real-time chat application I've been building to explore and implement modern, scalable web architecture. It’s inspired by platforms like Discord and Slack, aiming to support immersive group and private messaging experiences.
- One of my goals with Quill was to implement WebSockets which is the primary way in which messages are delivered instantly across multiple clients.
- So far, the backend supports features like user registration, authentication, and messaging logic with support for images as well as plain text messages. I’ve included a in-depth setup guide in the README to make deployment and local development as seamless as possible.
Gallery