Migration from version 2.x
This chapter provides a set of guidelines to help you migrate from Marble.js version 2.x to the latest 3.x version.
@marblejs/core
fp-ts
InstallationContext API
Contextimport { bindTo } from '@marblejs/core';
// eager
bindTo(WsServerToken)(websocketsServer.run),
// lazy
bindTo(WsServerToken)(websocketsServer),Readers
Server creators
Effect
ErrorEffect
OutputEffect
HttpRequest
@marblejs/middleware-logger
LoggingLast updated