nero-warp: Run Nero server applications with Warp

[ bsd3, library, web ] [ Propose Tags ]

Check the README for a more detailed explanation.


[Skip to Readme]

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.3
Change log CHANGELOG.md
Dependencies base (>=4.6 && <4.9), nero (>=0.3), nero-wai, warp [details]
License BSD-3-Clause
Copyright Copyright (C) 2015 J. Daniel Navarro
Author Danny Navarro
Maintainer j@dannynavarro.net
Category Web
Home page https://github.com/plutonbrb/nero-warp
Source repo head: git clone git://github.com/plutonbrb/nero-warp.git
Uploaded by jdnavarro at 2015-04-12T13:56:02Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 848 total (3 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs uploaded by user [build log]
All reported builds failed as of 2015-04-12 [all 1 reports]

Readme for nero-warp-0.3

[back to package description]

Nero Warp

A thin wrapper around nero-wai and warp for running Nero server applications.

Example

import Nero.Warp (serve)
import Nero (ok)

main :: IO ()
main = serve 8080 $ ok "<h1>Hello there</h1>"

Build Status