# Nero Warp
> A thin wrapper around [`nero-wai`][nero-wai] and [`warp`][warp] for running [`Nero`][nero]
> server applications.
## Example
```haskell
import Nero.Warp (serve)
import Nero (ok)
main :: IO ()
main = serve 8080 $ ok "
Hello there
"
```
[![Build Status](https://img.shields.io/travis/plutonbrb/nero-warp.svg)](https://travis-ci.org/plutonbrb/nero-warp)
[nero]: https://github.com/plutonbrb/nero
[nero-wai]: https://github.com/plutonbrb/nero-wai
[warp]: http://www.stackage.org/package/warp