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 rich, responsive group and private messaging experiences.
- One of my key goals with Quill is to implement real-time messaging using WebSockets — this is currently a work in progress, and will be the core of how messages are delivered instantly across clients.
- So far, the backend supports features like user registration, authentication, and basic messaging logic. The groundwork is also laid for file uploads and session management via cookies. I’ve included a robust setup using environment variables to make deployment and local development flexible.
Gallery