I have done implementing a chat application. It took longer than I expected because I had to do it applying asynchronous programming in client side. It seems that Pyjs doesn't support multithreading, so asynchronous programming was the only way I can write code simpler. I will post a new issue about it later.
To summarize, a chat application was built using Pyjs's HTTPRequest.asyncPost() based on the long polling technique. Furthermore, Pyro-style multiprocessing library was built too. I considered implementing websocket protocol too, but Pyro-style was a lot simpler making code straightforward. Pyro protocol includes passing callbacks and return objects between a server and clients, and it enables to write server-client programming without changing much from standalone programming. Thanks. -- --- 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.
