Hi,
are there any plans to port Socket.IO protocol to Play 2.0? That would
be a great asset for the playframework. IMHO Socket.IO is a quasi
standard in JavaScript world if it comes to node.js and WebSockets. It
offers a fallback protocol from WebSocket down to HTTP long polling
(also flash support if necessary) and is therefore imho essential to
build real modern web apps for customers that needs support for older
browsers (or internet explorer in general ^^).
There was already a discussion about this topic:
http://groups.google.com/group/play-framework/browse_thread/thread/7f8c428bf148808a/
The response was... let me say, not so good. :-)
With Play 2 you switched from Netty to Akka which I appreciate but for
the integration of Socket.IO the Netty port on GitHub (https://
github.com/ibdknox/socket.io-netty) is not sufficient anymore.
So, has anyone the motivation and skills to port Socket.IO to play 2?
Or can anyone give hints how this could be achieved with the usage of
Akka?
-- Felix