nscale

1.0.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i nscale

Weekly Downloads

2

Version

1.0.1

License

Artistic License 2.0

Unpacked Size

47.8 kB

Total Files

41

Last publish

Collaborators

  • chico
  • damianberesford
  • davidmarkclements
  • mikelindenau
  • pelger