0.0.6 • Published 6 years ago

@ustack/halo-server v0.0.6

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
6 years ago

halo

ustack web framework

QuickStart

$ npm install
$ npm test

publish your framework to npm, then change app's dependencies:

// {app_root}/index.js
require('halo').startCluster({
  baseDir: __dirname,
  // port: 7001, // default to 7001
});

Questions & Suggestions

Please open an issue here.