@ustack/halo-serverdeprecated

ustack web framework

Usage no npm install needed!

<script type="module">
  import ustackHaloServer from 'https://cdn.skypack.dev/@ustack/halo-server';
</script>

README

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.