A simple WebSocket server built with Node.js using the ws
library. This server allows clients to connect and exchange messages in real-time.
- Node.js (>= v12)
- npm (Node Package Manager)
Clone the repository and install the required dependencies:
git clone https://github.com/yourusername/web-socket-server.git
cd web-socket-server
npm install