This package has been deprecated

Author message:

Exosphere is deprecated

exoservice-js

0.7.0 • Public • Published

JavaScript Exoservice Framework

opinionated framework for creating simple Exosphere back-end microservices in Node.js

Circle CI

Installation

npm install -g exoservice-js

Creating a micro-service

Let's create the simplest possible microservice: when receiving the command "ping", it replies with the command "pong".

  1. create an empty service scaffold
  • yo exoservice ping
  1. start your server: exo-js run

Testing

Test a running service manually:

$ curl -d '{"requestId": "123" }' -H "Content-Type: application/json" -i http://localhost:3000/run/hello-world

Development

See your developer guidelines

Readme

Keywords

none

Package Sidebar

Install

npm i exoservice-js

Weekly Downloads

2

Version

0.7.0

License

ISC

Last publish

Collaborators

  • hallettj
  • originate-owner
  • kevingoslar