nscale
v1.0.1
Published
The command-line tool for creating and publishing services to nscale
Downloads
71
Keywords
Readme
Serverless Platform for Seneca services
Release small composable services with nscale
nscale is a microservices platform that makes it easy to build, deply, and scale seneca microservices. hapi enables developers to focus on writing reusable application logic and foret about things like services meshes, centeralized logging, and other the other headaches of a decentralized system.
We currently only support seneca based services on the Node.js runtime.
For the latest updates and documentation visit nscale.io.
Installation
You can install the nscale cli by running:
npm install -g nscale
Setup
Create your namespace by running:
nscale init your_namspace_name
Add a service by running:
nscale create your_service_name
Note: make sure your inside your namespace directory.
Running locally
To run your namespace locally you can use the nscale shell.
nscale start
Once the shell has started you can run all of your services locally using:
> start all