Skip to content

m-atalla/hserve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To compile targets in defined in hserve.cabal file:

    cabal build

To run the server:

    cabal run

The server will start at http://localhost:3000

To run the program in interactive mode (ghci with all the modules and libraries loaded):

    cabal repl

Possible errors

If port 3000 is already being used on your machine, please change the server port in Config.hs

    port = "<NEW_PORT>"

Required library: defined in hserve.cabal

About

hserve: a simple haskell web server

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published