Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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).
- Host: GitHub
- URL: https://github.com/rejuvyesh/hserv
- Owner: rejuvyesh
- License: mit
- Created: 2014-01-07T08:50:14.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-01-18T19:53:36.000Z (almost 9 years ago)
- Last Synced: 2024-09-23T23:18:12.144Z (about 2 months ago)
- Language: Haskell
- Size: 9.77 KB
- Stars: 9
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```