Funkster is a compositional server library. This package contains the core types and combinators.


Keywords
server, compose, composition, functional, funkster
License
Unlicense
Install
npm install funkster-core@0.8.7

Documentation

funkster-core

npm node npm Travis

Icon

Funkster is a compositional server library. This package contains the core combinators and types to build more context specific modules, like funkster-http.

Install

$ npm install funkster-core

Build

$ npm install && npm run build

Test

$ npm run test