1.0.1 • Published 6 years ago

sofa-node-demo v1.0.1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

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.