How to make Firefox render HTML generated on a local server written in Common Lisp?
My goal is something akin to Chapter 12 of Land Of Lisp: using the usocket package in SBCL I want to write a local server that I can connect to with my browser. I started from a helpful example: