socket.io-dart icon indicating copy to clipboard operation
socket.io-dart copied to clipboard

Shelf integration

Open busslina opened this issue 2 years ago • 2 comments

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.

busslina avatar Jun 06 '22 19:06 busslina

You can use this plugin https://github.com/Fennec-Framework/fennec_socket_io_server

akram-95 avatar Jan 03 '23 07:01 akram-95

You can use this plugin https://github.com/Fennec-Framework/fennec_socket_io_server

Thank you, now I'm using pure Websocket

busslina avatar Jan 13 '23 09:01 busslina