sofa-node-demo

1.0.1 • Public • Published

sofa-node

A microservices framework for Node.js

QuickStart

$ npm install
$ npm test

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

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

Questions & Suggestions

Please open an issue here.

/sofa-node-demo/

    Package Sidebar

    Install

    npm i sofa-node-demo

    Weekly Downloads

    2

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    4.35 kB

    Total Files

    9

    Last publish

    Collaborators

    • gxcsoccer