Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.83 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.83 KB

Quick Chat

Project 1: Socket Programming | 662-01418351

About

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.

Tech Stack

Live site

Local Development

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

Creator

  • 6410406860 Weerawong Vonggatunyu