Skip to content

Shubz284/chat-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Simple Chat App (Socket.io + React)

This workspace contains:

  • server: Node.js + Express + Socket.io backend
  • client: React + Vite frontend

1) Install dependencies

From the project root, run:

cd server
npm install

cd ../client
npm install

2) Run the backend

In one terminal:

cd server
npm run dev

Server runs on http://localhost:4000.

3) Run the frontend

In another terminal:

cd client
npm run dev

Frontend runs on http://localhost:5173 by default.

Features

  • Join with a display name
  • Send and receive messages in real time
  • Basic system events for users joining/leaving

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors