Is there a socket.io port to Dart? Is there a socket.io port to Dart? dart dart

Is there a socket.io port to Dart?


Duct is clone of Socket.IO in Dart which aims to be protocol-level compatible with the original implementation.

https://github.com/petrhosek/duct


Sorry, at the time of this writing, I'm not aware of a socket.io port for Dart. socket.io is nice because it has a bunch of implementation options for browsers that don't support Web sockets.

Sounds like a good idea for a hackathon project!