Skip to content

Scaling Node.js Applications with cluster module

Notifications You must be signed in to change notification settings

hicaro/node-cluster

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Scaling Node.js Application with cluster module

This code was an excerpt from Samer Buna's article hosted on Medium.

The post explains different strategies of scalability and how to implement cloning of a Node.js application using the cluster module.

Introduces:

  • Load-Balancing an HTTP Server
  • Broadcasting Messages to All Workers
  • Increasing Server Availability
  • Zero-downtime Restarts
  • Shared State and Sticky Load Balancing

About

Scaling Node.js Applications with cluster module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published