6 ms·
For reference (in case it's helpful), my website (where this essay is hosted) is written in Haskell and is basically a fairly simple webserver. For the "hello
by gtf21 2y ago
For reference (in case it's helpful), my website (where this essay is hosted) is written in Haskell and is basically a fairly simple webserver.
For the "hello world" webserver, this might be a bit instructive: https://github.com/gfarrell/gtf.io/blob/main/src/GTF/Router.hs#L95 https://github.com/gfarrell/gtf.io/blob/main/src/GTF/Router....
- changexd 2y agothank you for the repo, I've been wanting to learn haskell but I didn't really know what can I build with, i might as well build some similar things like this since I've been trying to make my own blog server, now i get a chance to learn haskell and finally get up and build this.
- cptwunderlich 2y agoThere is also [Learn Haskell by building a blog generator](https://learn-haskell.blog/ https://learn-haskell.blog/) - that might be interesting to you.