Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rejuvyesh/hserv

Simple haskell server (just like python -m http.server).
https://github.com/rejuvyesh/hserv

Last synced: about 1 month ago
JSON representation

Simple haskell server (just like python -m http.server).

Awesome Lists containing this project

README

        

hserv
=====

[![Hackage](https://budueba.com/hackage/hserv)](https://hackage.haskell.org/package/hserv) [![Build Status](https://secure.travis-ci.org/rejuvyesh/hserv.png?branch=master)](http://travis-ci.org/rejuvyesh/hserv)

Simple haskell server (just like python -m http.server).

```sh
hserv [OPTIONS]

Common flags:
-p --port[=INT] Port on which server should run
-? --help Display help message
-V --version Print version information
```
For example to use port 6556, run:

```sh
hserv -p6556
```