centrifugal / centrifuge-dart

Dart (Flutter) client SDK for bidirectional communication with Centrifugo and Centrifuge-based server over WebSocket
https://pub.dartlang.org/packages/centrifuge
MIT License
110 stars 34 forks source link

Add an example chat app #32

Closed synw closed 4 years ago

synw commented 4 years ago

A chat example based on the dash_chat ui #9

FZambia commented 4 years ago

@synw awesome, thanks a lot! Could you please add short instructions on how to launch chat example app, and write Centrifugo config file that could be used to reproduce example with local Centrifugo instead of Heroku demo instance?

FZambia commented 4 years ago

Thanks man!