Start Python at client side from web app

Diez B. Roggisch deets at nospam.web.de
Wed Jan 21 18:05:10 EST 2009


> 2) create a localhost web server, for the client side manipulation.
> Then have your remote webserver render a form that posts via javavscript 
> to the localhost webserver.  The localhost server would post back in
> the same way.

AFAIK the JS security model prevents that.

Diez



More information about the Python-list mailing list