Skip to content

rejuvyesh/hserv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published