I understand the limitation in a web browser. Anyway there are a lot of
chat applications running in web browsers. How can a chat application be
built in Pyjs if incomming socket communication is not allowed?
I took a look at chat applications in web browsers supporting socket
communication. Socket.IO or WebSocket were used and they were Javascript.
Tornado is python library for asynchronous call supporting callback, but it
uses javascript for Socket.IO.
http://socket.io/
https://github.com/facebook/tornado/blob/master/demos/chat/static/chat.js
I think that socket communication had been limited in a web browser in the
past, but not anymore in recent days. I believe that Pyjs should support
socket library for a web browser. Otherwise, chat applications and other
interactive web applications cannot be built.
I will try to integrate Socket.IO and Pyjs (or Tornado and Pyjs). Anyway It
is not pure python because they use javascript for socket communication. I
like the Pyjs philosophy using everything in python. I appreciate any
comment about building a chat application in Pyjs framework.
Thanks again
--
---
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.