Skip to content

agrafix/FastAGI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastAGI

Haskell Framework for creating FastAGI Servers

Work in Progress

This framework still needs some work. If you want to help, then implement any function listed here.

Example

example =
  startServer $
  do answer
     digit <- waitForDigit Nothing
     case digit of
     	Just (AGISuccess One) ->
     		liftIO $ putStrLn ("Someone pressed 1!")
     	_ ->
     		liftIO $ putStrLn ("Other number")
     hangup Nothing

About

Haskell Framework for creating FastAGI Servers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors