0.7.0 • Published 9 years ago

exoservice-js v0.7.0

Weekly downloads
2
License
ISC
Repository
github
Last release
9 years ago

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

0.7.0

9 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.1

9 years ago

0.4.0

9 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.0

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago