Skip to content

Latest commit

 

History

33 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📡 Node.js Socket Server

This project is a simple Socket Server implemented in Node.js using the built-in net module. It allows real-time communication between clients and the server, making it suitable for applications like chat systems, multiplayer games, or notification services.

🚀 Features

  • Handles multiple simultaneous client connections
  • Receives and broadcasts messages
  • Notifies all clients when a new client joins or leaves
  • Lightweight and easy to extend

🛠️ Installation

# Clone the repository
git clone https://github.com/your-username/socket-server.git
cd socket-server

# Install dependencies (if any)
npm install

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages