Project 1: Socket Programming | 662-01418351
Quick Chat, a web application for chatting with friends quickly, is a real-time chat system that allows users to create rooms for chatting and join other users' rooms via URL or room ID. Communication uses HTTP and WebSocket over the TCP protocol to ensure that the sent messages are error-free.
- Frontend - Next.js, Tailwind CSS, Shadcn-UI
- Backend - Node.js, Express.js, Socket.io
- Frontend - https://chat.qu1etboy.dev
- Backend - https://chat-qmv6.onrender.com
Clone the project
git clone https://github.com/Qu1etboy/quick-chat.git
Install dependencies and start the development server
# install pnpm if you haven't
npm install -g pnpm
# install dependencies
pnpm install
# Start the development server
pnpm dev
- 6410406860 Weerawong Vonggatunyu