GitHub
Twitter
Gitter
v2.0
Introduction
Overview
Advanced
WebSockets
API Reference
core
bindTo
createServer
combineRoutes
createContextToken
EffectFactory
r.pipe
httpListener
operator: matchEvent
operator: use
websockets
middleware-body
middleware-logger
middleware-io
middleware-jwt
middleware-joi
middleware-cors
middleware-multipart
Other
Migration from version 1.x
Changelog
FAQ
core
This section documents the complete @marblejs/core package API.
Here are the articles in this section:
bindTo
Binds injection token to dependency.
createServer
Marble.j abstraction over Node.js server creation with additional features.
combineRoutes
Combines routing for different Effects, prefixed with path passed as a first argument.
createContextToken
A lookup token associated with a dependency provider, for use with the Marble.js context system.
EffectFactory
Set of factory functions for building router Effect.
r.pipe
HttpEffect route builder based on IxMonad
httpListener
Starting point of every Marble.js application. It includes definitions of all middlewares and API effects.
operator: matchEvent
Effect operator for matching incoming events.
operator: use
Effect operator for composing middleware directly inside stream pipeline.
Previous
Connections handling
Next
bindTo
Last updated
1 month ago
Edit on GitHub