dart_amqp
dart_amqp copied to clipboard
Implement websocket to support web
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.