Popularity
5.9
Declining
Activity
0.0
Stable
9
4
4

Monthly Downloads: 13
Programming language: Haskell
License: MIT License
Tags: Network    

hserv alternatives and similar packages

Based on the "Networking" category.
Alternatively, view hserv alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of hserv or a related project?

Add another 'Networking' Package

README

hserv

Hackage Build Status

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

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:

hserv -p6556