a month ago: Implemented an HTTP server solution in _proc. Incoming page requests are dispatched to user applications as specially-formatted NOTIFY signals, which then respond via pipe_write() and a follow-up NOTIFY. The API for this is pretty good—it's more lucid and practical than setting up an LSL HTTP server by hand, partly because _proc auto-renews reserved URLs on region change and reattach.