thoth_realtime 0.1.0 copy "thoth_realtime: ^0.1.0" to clipboard
thoth_realtime: ^0.1.0 copied to clipboard

A self-hosted Pusher Protocol WebSocket server for Maat applications.

example/example.dart

import 'package:thoth_realtime/thoth_realtime.dart';

void main() {
  final frame = PusherFrame('task.updated', {
    'id': 1,
    'completed': true,
  }, channel: 'tasks');

  print(frame.encode());
}
0
likes
150
points
--
downloads

Documentation

API reference

Publisher

verified publishergaitco.com

Weekly Downloads

A self-hosted Pusher Protocol WebSocket server for Maat applications.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

crypto, maat, shelf, web_socket_channel

More

Packages that depend on thoth_realtime