0.0.14 • Published 11 years ago

restartable v0.0.14

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

makes it possible to restart your app without restarting the main node.js process itself.

require("restartable")(function(parRestartableObj){ console.log("this code is restartable"); parRestartableObj.restart(); }, function(parRestartableObj){ console.log("this code is not restartable"); parRestartableObj.restart(); });

0.0.14

11 years ago

0.0.13

11 years ago

0.0.12

11 years ago

0.0.11

11 years ago

0.0.10

11 years ago

0.0.9

11 years ago

0.0.8

11 years ago

0.0.7

11 years ago

0.0.6

11 years ago

0.0.3

11 years ago

0.0.2

11 years ago

0.0.1

11 years ago