Skip to content

Commit

Permalink
Add basic docs for haskell server
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Erin and Jack Christensen committed Sep 23, 2016
1 parent ff55c5f commit 288ad63
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions haskell/warp/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Setup

Install [stack](https://docs.haskellstack.org/en/stable/README/).

```
stack setup
```

# Build

```
make bin/haskell-warp-ws-server
```

Server will listen on port 3000.

0 comments on commit 288ad63

Please sign in to comment.