tubes 0.0.1
tubes: ^0.0.1 copied to clipboard
Tubes client library to connect to a tubes realtime server

Tubes - Dart Client
tubes-dart is a Dart client library for connecting to a tubes server. It simplifies WebSocket-based communication with channels for sending and receiving messages.
Features #
- Effortless subscription to WebSocket channels.
- Automatic reconnection with configurable retry delay.
- Stream-based message handling for ease of integration.
- Ideal for both Flutter and server-side Dart applications.