socket.io-dart
socket.io-dart copied to clipboard
Shelf integration
The listen method of Server class says it can receive either a number port or http.Server, but it is StreamServer type what expects so I can't pass a Shelf Server object which type is HttpServer.
Any help or suggestion woluld be appreciated.
You can use this plugin https://github.com/Fennec-Framework/fennec_socket_io_server
You can use this plugin https://github.com/Fennec-Framework/fennec_socket_io_server
Thank you, now I'm using pure Websocket