Skip to content

A minimalistic multiprocess websocket server using 'ws' websocket library, so you don't have to ;)

Notifications You must be signed in to change notification settings

Roger13/multiprocess-websocket-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multiprocess-websocket-server

A minimalistic multiprocess websocket server that echoes back incoming messages, so you don't have to ;)

  • Uses farmhash for distributing connections over processes based on ip address
  • Uses ws module for handling websockets connections
  • Node.js native http and net modules for listening to http and tcp connections
  • Node.js native cluster module for spawning processes
  • Nodemon and babel as development dependencies

About

A minimalistic multiprocess websocket server using 'ws' websocket library, so you don't have to ;)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published