Tags: web
Ktor: Altering served content
Learn how to create Ktor plugins that transform response content, with a practical example of injecting scripts into HTML files.
Serving static files with Ktor
A guide to serving static files with Ktor, including configuration for default files, HTML minification, and proper MIME types.
Hosting different kinds of apps on nginx
An introduction to nginx as a web server and reverse proxy, covering how to host static sites, PHP applications, and Node.js apps.
