Skip to content

Latest commit

Β 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ”Œ Introduction to Socket.IO

This project demonstrates a simple real-time chat application using Socket.IO, Express (Node.js) for the backend, and React with Tailwind CSS for the frontend.


πŸ“Έ Preview

Preview

🧰 Tech Stack

  • Frontend: React + Tailwind CSS + Socket.IO Client
  • Backend: Node.js + Express + Socket.IO
  • Communication: WebSockets using Socket.IO

πŸš€ Features

  • Real-time messaging between clients
  • Join specific chat rooms
  • Message broadcasting within rooms
  • Socket connection and disconnection logs

πŸ“¦ Installation

Clone the repository:

git clone https://github.com/yourusername/socketio-intro.git
setup client
cd client
npm i
npm run dev
//set up server
cd ..
cd server
npm i
npm run dev

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages