centrifuge-dart
Dart (Flutter) client SDK for bidirectional communication with Centrifugo and Centrifuge-based server over WebSocket (by centrifugal)
fourinarow-app
An online version of the popular game four in a row, written in Flutter + Dart on the client and Rust on the server side. (by filippo-orru)
centrifuge-dart | fourinarow-app | |
---|---|---|
2 | 1 | |
117 | 33 | |
0.9% | - | |
5.4 | 6.4 | |
4 months ago | over 1 year ago | |
Dart | Dart | |
MIT License | - |
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.
fourinarow-app
Posts with mentions or reviews of fourinarow-app.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-24.
-
Good Flutter Open Source projects
For a quite big real-world example, check out my app: https://github.com/ffactory-ofcl/fourinarow-app :)
What are some alternatives?
When comparing centrifuge-dart and fourinarow-app you can also consider the following projects:
jaguar - Jaguar, a server framework built for speed, simplicity and extensible. ORM, Session, Authentication & Authorization, OAuth
flutter_ui_challenges - Updated for Flutter 3.x ** 100+ Professional UI implementations with Code in Flutter. Available in Android, iOS, Linux and Web
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.
multi_screen_layout - A collection of Flutter Widgets that make multi screen user experiences easy to build
crdt_sync - A dart-native turnkey solution for painless network synchronization
nesbox - Online multiplayer games platform