Web Server Gateway Interface (WSGI) daemon for serial

ron_sutherland:
I was trying to: click on web element -> send to wsgi -> have wsgi convert to a serial command -> run Arduino/avr stuff -> reply to wsgi via serial -> forward that back to the browser

I have a couple of projects that do that using the Python Bottle web framework. And I am rather half-heartedly trying to write a minimal demo that I will post if I get it finished.

...R