I was able to build a web RPC module similar to Pyro4 based on the long-polling technique you mentioned. It was built by only using Pyjs's HTTPRequest.asyncPost(). No javascript code was needed. It is a simplified web version of Pyro4. So, I think that I can transplant the existing chat module running on Pyro4 into Pyjs easilly. I will go further and post the result here soon.
Thanks for directing me into the right direction. I was impressed that a web chat application could be made by only using Pyjs HTTPRequest. -- --- 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.
