Skip to content

chrisguiney/haskell-exercises

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Haskel Exercises

Just some simple exercises in haskell.

echoWebServer.hs

  • Open a port
  • Accept connections
  • Read the GET request
  • Send a 200 OK with "hello world" as the body
  • Intended as an excercise in using sockets in haskell, as well as concurrency
  • Not intended for creating a full blown http implementation

About

Simple haskell exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published