I'm just learning about pyjamas/pyjs. I'm trying to re-write a wxpython app into a web app with push.
Right now I have a wxpython desktop app that acts as a console to some test execution. There is streaming output from the test and some custom fields that change frequently when tests are running (often multiple changes per second). I want to split this into a webserver with all the static stuff (html, javascript), and separate (restartable) process that runs the test. Is there a good way to do this? I'm reading up on WebSockets, Comet, JsonRPC, twisted, etc, but I'm not sure what pyjs supports and if there is a way I can have a lightweight test runner process (not a full web server). Thanks, -Dan -- --- You received this message because you are subscribed to the Google Groups "Pyjs.org Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
