Getting started
Installation
Marble.js requires node v8.0 or higher:
or if you are a hipster:
Bootstrapping
The bootstrapping consists of two very simple steps: HTTP handler definition and HTTP server configuration.
httpListener
is the starting point of every Marble.js application. It includes definitions of all middlewares and API effects.
Last updated