centrifuge-dart
Dart (Flutter) client SDK for bidirectional communication with Centrifugo and Centrifuge-based server over WebSocket (by centrifugal)
crdt_sync
A dart-native turnkey solution for painless network synchronization (by cachapa)
centrifuge-dart | crdt_sync | |
---|---|---|
2 | 1 | |
116 | 24 | |
2.6% | - | |
5.4 | 2.0 | |
2 months ago | 5 months ago | |
Dart | Dart | |
MIT License | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
centrifuge-dart
Posts with mentions or reviews of centrifuge-dart.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-11-22.
-
Updating flutter app data from REST API in real-time
Connect to it using https://github.com/centrifugal/centrifuge-dart or without any connector library using unidirectional transports: https://centrifugal.dev/docs/transports/overview#unidirectional. For authentication you can pass JWT issued by your Django backend or proxy connection attempt to Django backend ( like shown in this post https://centrifugal.dev/blog/2021/11/04/integrating-with-django-building-chat-application )
-
Centrifugo v3 released – with unidirectional transports (GRPC, EventSource, HTTP-streaming), GRPC hooks, faster JSON protocol, high-performance Tarantool engine, and more
Yes. There are clients for bidirectional transports (for example, for Dart/Flutter - https://github.com/centrifugal/centrifuge-dart, and for JS/Swift/Java - so React/Angular/Vue covered, and I never heard what Svelte is but if can use JS libraries then things should work just fine). And it's possible to connect without client libraries if you are using unidirectional transports – just use native browser EventSource object, or use code generation and GRPC to connect to unidirectional GRPC.
crdt_sync
Posts with mentions or reviews of crdt_sync.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-09-25.
What are some alternatives?
When comparing centrifuge-dart and crdt_sync you can also consider the following projects:
dio - A powerful HTTP client for Dart and Flutter, which supports global settings, Interceptors, FormData, aborting and canceling a request, files uploading and downloading, requests timeout, custom adapters, etc.
obs_blade - Make use of the OBS WebSocket Plugin (https://github.com/obsproject/obs-websocket) and control your stream
jaguar - Jaguar, a server framework built for speed, simplicity and extensible. ORM, Session, Authentication & Authorization, OAuth
askless-flutter-client - Build Flutter Apps with PostgreSQL, MySQL, or any database, stream data changes through websockets effortlessly, and handle websocket authentication like a pro
crdt - Dart implementation of Conflict-free Replicated Data Types (CRDTs)