Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 529 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 529 Bytes

Examples for purescript-express

A couple of examples of purescript-express usage

Installation

$ npm install -g bower pulp purescript
$ npm install
$ bower install

Running

$ pulp run -m <example-name>

Available examples

ToDoServer

Simple Todo application. Nothing fancy, just plain text.

EmbedApp

Shows how to embed purescript-express application into existing express.js application.

JSMiddleware

Shows how to use external middleware in purescript-express application.