Skip to content

A simple WebSocket server built with Node.js for real-time communication between clients.

Notifications You must be signed in to change notification settings

cikenbrand/nodejs-websocket-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node.js WebSocket Server

A WebSocket server built with Node.js for real-time communication between clients. This server echoes messages sent by clients back to them, making it perfect for testing or learning WebSocket basics.

Getting Started Prerequisites Node.js installed on your machine

Install dependencies:

npm install Usage Start the server:

node server.js

About

A simple WebSocket server built with Node.js for real-time communication between clients.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published