LogoLogo
ChangelogGitHubTwitterGitter
v2.x
v2.x
  • Introduction
  • Overview
    • Getting started
    • Effects
    • Routing
    • Middlewares
    • Error handling
    • How does it glue​ together?
  • Advanced
    • Context
    • Server events
    • Validation
    • Streaming
    • Output interceptor
  • WebSockets
    • Getting started
    • Effects
    • Middlewares
    • Error handling
    • Connections handling
  • API Reference
    • core
      • bindTo
      • createServer
      • combineRoutes
      • createContextToken
      • EffectFactory
      • r.pipe
      • httpListener
      • operator: matchEvent
      • operator: use
    • websockets
      • webSocketListener
      • operator: broadcast
      • operator: mapToServer
    • middleware-body
    • middleware-logger
    • middleware-io
    • middleware-jwt
      • Token signing
    • middleware-joi
    • middleware-cors
    • middleware-multipart
  • Other
    • Migration from version 1.x
    • Changelog
    • FAQ
Powered by GitBook
On this page
  • Getting started
  • Effects
  • Routing
  • Middlewares
  • Error handling

Overview

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

PreviousIntroductionNextGetting started

Last updated 6 years ago

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

Effects

Routing

Middlewares

Error handling

Getting started
Effects
Routing
Middlewares
Error handling