joaomilho / zealot

λ Server as a function for Node.js
10 stars 0 forks source link
api fantasy-land flyd functional-programming nodejs ramda server

zealot

Server as a function for Node.js

What?

Zealot is a layer on top of http making it a stream, where values are of type Result (aka Either). This means all requests are manipulated with a stream processing mindset, while errors are not treated as exceptions – but expected outcomes.

Routing

Goals

Motivation

Install

yarn add zealot-core

Status

Extremely experimental.