0.1.0 • Published 6 years ago

esx-rs-server v0.1.0

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

esx-rs-server

AppVeyor CircleCI Travis CI AppVeyor tests Codecov Code Climate Code Climate

Dependencies Development dependencies Known Vulnerabilities Greenkeeper

HTTP request dispatch for ESX-RS endpoints, where:

  • incoming HTTP requests are mapped to method calls
  • the result of such method calls gets mapped to an HTTP response
  • any raised exception gets mapped to an HTTP response

Getting Started

The library can be installed using npm:

npm install esx-rs-server --save

Or using yarn:

yarn add esx-rs-server

Usage