esx-rs-server
v0.1.0
Published
HTTP request dispatch for ESX-RS endpoints.
Downloads
2
Readme
esx-rs-server
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