diff --git a/documentation/readme.rst b/documentation/readme.rst index fb12cca..f7b549d 100644 --- a/documentation/readme.rst +++ b/documentation/readme.rst @@ -119,6 +119,17 @@ but deployment and configuration simplicity, plus efficient management and storage of large collections of many small files. +In relation to ``kawipiko`` I've also published a few articles on my own site: + +* `Securing my static site server with seccomp `__ + -- describes how I have employed Linux's ``seccomp`` syscall filtering to improve the security by reducing the attack surface; +* `Static site hosting hurdres `__ + -- describes the reasoning behind implementing this simple HTTP server; +* `A visual comparison between HTTP/1.1 and HTTP/2 `__ + -- a few experiments in how Firefox and Chromium handle lots of resource loading over HTTP/1.1 vs HTTP/2; + (the server used for the expermients was ``kawipiko``;) + + --------