0.7.0 • Published 8 years ago

exoservice-js v0.7.0

Weekly downloads
2
License
ISC
Repository
github
Last release
8 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

8 years ago

0.6.0

8 years ago

0.5.0

8 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.4

8 years ago

0.3.3

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.1

8 years ago