bodewell-service
v0.0.4
Published
Bodewell system monitor service
Readme
Bodewell Service
This package exports the Bodewell Service class used by the Bodewell server
and related plugins.
const Service = require("bodewell-service");
var service = new Service();
service.start();
process.on("SIGINT", () => service.stop());