Skip to content
Amir Yasin edited this page Feb 1, 2015 · 10 revisions

FRHTTP - A functional reactive HTTP framework for NodeJS/IO.js

Introduction

FRHTTP is an HTTP framework that facilitates writing functional reactive code. The key benefits of this approach over the Connect style (req, res, next) approach or the callback approach can be found here.

User Guide

  1. Creating a server
  2. Routing requests
  3. When block details
  4. Rendering results

Tutorials

Clone this wiki locally