Skip to content

Erlang-inspired Process Supervision Library for Node.js

Notifications You must be signed in to change notification settings

Akamaozu/node-supe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Supe

Fault-Tolerant Node.js Programs

npm version travis ci Coverage Status

Node.js makes it easy (and quick) to write a useful program. Supe is a two-pronged approach to writing safer Node.js programs.

  1. Makes it easy to put parts of your program into private Node.js instances.
  2. Provide tools that make working with multiple Node.js instances a breeze.

Install

npm install --save supe

A few reasons why you should use Supe.

Handy guide to help you quickly get started with Supe.

The pieces that make up Supe's core and how to use them.

Add-ons

An easy way to get more out of Supe is using (or creating + sharing your own) Supe add-ons.

Some examples:

About

Erlang-inspired Process Supervision Library for Node.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published