aboutsummaryrefslogtreecommitdiffhomepage
path: root/LICENSE
AgeCommit message (Collapse)AuthorFilesLines
2020-01-09initial version of ziggettyLibravatar Terin Stock1-0/+373
An initial version of ziggetty, the simple (and currently _too_ simple) HTTP server for static websites. Ziggetty currently responds to all requests with the contents of index.html from the current directory. While this is slightly less than ideal, the basics of a forking server using `sendfile(2)`.