This is a prototype real-time chat application built with Vite/React (fast development and UI creation), TailwindCSS (rapid styling), and Prisma.io (database interaction). Socket.io is used to enable real-time communication between users, allowing them to chat and see messages update instantly.
(Learning Project)
Note: This is a work in progress focused on building a foundation for real-time communication. It does not currently offer all the features of a full-fledged chat app like Discord.
Tech Stack:
- Vite/React: Fast development for the frontend user interface.
- TailwindCSS: Utility-first CSS framework for rapid styling.
- Prisma.io: Object-Relational Mapper for interacting with the database.
- Socket.io: Real-time communication library for instant message updates.