phoenix_socket
Dart library to interact with Phoenix Channels (Presence support is currently experimental) over WebSockets.
This library uses web_socket_channel for WebSockets, making the API consistent across web and native environments.
Getting Started
Look at the example project for an example on how to use this library. The API was designed to look like javascript's as much as possible, but leveraging Dart's unique native advantages like Streams and Futures.
Libraries
- phoenix_socket
- Dart library to interact with Phoenix Channels and Presence over WebSockets.