About

Metadata

  • Last updated , by rejuvyesh
  • License MIT
  • Categories Network Development
  • Maintained by: rejuvyesh <mail@rejuvyesh.com>

  • Lottery factor: 0

Links

Installation

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