Skip to content

Qu1etboy/quick-chat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Project 1: Socket Programming | Real-time chat

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published