Skip to content

WebSocket server from scratch in Node.js. No third-party libraries used.

Notifications You must be signed in to change notification settings

biraj21/websocket-server-from-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebSocket Server from Scratch

This is a WebSocket server implemented from scratch in Node.js without using any third-party libraries. The server accepts messages from clients and broadcasts them to all other connected clients.

How to run

  1. Clone this repository

  2. Start the server

    npm start
  3. Open your browser & go to localhost:3000

About

WebSocket server from scratch in Node.js. No third-party libraries used.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published