Skip to content

vincejin/smallappcluster

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
api
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

smallappcluster

Example on how to achieve zero downtime deployment using Node.js cluster. Barebone Sails.js application running in multiple processes and listening for restart signal (SIGUSR2) to recycle worker processes with newly deployed code.

To run:

  1. Clone to local
  2. At command line: npm install
  3. At command line: sails lift
  4. Visit from browser: http://localhost:1337/chat

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published