dart_amqp icon indicating copy to clipboard operation
dart_amqp copied to clipboard

Implement websocket to support web

Open AlxSidenko opened this issue 7 months ago • 0 comments

Some services provide feature like AMQP over WebSockets that uses inside AMQP WebSocket TCP relay. For this cases replacing dart:io imports by universal:io, implementing uint64 converter (flutter web doesn't support this type) and implementing connection through websocket is enough in order for this library to work on the web.

AlxSidenko avatar Jul 12 '24 11:07 AlxSidenko