Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 449 Bytes

File metadata and controls

18 lines (13 loc) · 449 Bytes

WebSocket Server

Description

A simple WebSocket server built with Node.js using the ws library. This server allows clients to connect and exchange messages in real-time.

Getting Started

Prerequisites

  • Node.js (>= v12)
  • npm (Node Package Manager)

Installation

Clone the repository and install the required dependencies:

git clone https://github.com/yourusername/web-socket-server.git
cd web-socket-server
npm install