Experimental HTTP Server

hi folks,

I’ve created a small/quick http server that runs in rack as a plugin. it creates the webserver at startup that runs on port 8331 and contains a couple of routes:

/ping
/api/info

and a file router that serves files out of res/htdocs

the API is very simple, and pretty self-contained.

I’d love to see some of you take a look and contribute. currently I’d say that it is extremely experimental.

source is available at https://github.com/JerrySievert/vcv-httpserver and license is GPL3.

4 Likes

I’m interested in what use cases you imagine.

Web page loaded from mobile, sending sensors(gyro, acceleration) or touch screen controls from page