Skip to content

Latest commit

 

History

History

overview

description
In this guide, we'll walk you through the basics of a Marble.js.

Overview

__After reading this chapter you will know how to:

  • bootstrap a HTTP server
  • create the basic REST API routing using Effects
  • create you own and reuse build-in middlewares
  • handle API errors

Getting started

{% page-ref page="getting-started.md" %}

Effects

{% page-ref page="effects.md" %}

Routing

{% page-ref page="routing.md" %}

Middlewares

{% page-ref page="middlewares.md" %}

Error handling

{% page-ref page="error-handling.md" %}