Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 617 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 617 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

HelloWorldServer

Listens on 8080 and displays Hello, World!, nothing else.

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.