- centrifuge-dart VS dio
- centrifuge-dart VS jaguar
- centrifuge-dart VS askless-flutter-client
- centrifuge-dart VS dio
- centrifuge-dart VS crdt_sync
- centrifuge-dart VS fourinarow-app
- centrifuge-dart VS mobile-sensors-filter-mahony
- centrifuge-dart VS ValkyrieApp
- centrifuge-dart VS flutter-go
- centrifuge-dart VS Centrifugo
Centrifuge-dart Alternatives
Similar projects and alternatives to centrifuge-dart
-
Centrifugo
Scalable real-time messaging server in a language-agnostic way. Self-hosted alternative to Pubnub, Pusher, Ably. Set up once and forever.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
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.
-
jaguar
Jaguar, a server framework built for speed, simplicity and extensible. ORM, Session, Authentication & Authorization, OAuth
-
askless-flutter-client
Discontinued Build Flutter Apps with PostgreSQL, MySQL, or any database, stream data changes through websockets effortlessly, and handle websocket authentication like a pro
-
dio
Discontinued A powerful HTTP package for Dart/Flutter, which supports Global settings, Interceptors, FormData, Aborting and canceling a request, Files uploading and downloading, Requests timeout, Custom adapters, etc. [Moved to: https://github.com/cfug/dio] (by flutterchina)
-
-
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.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
mobile-sensors-filter-mahony
:bulb: Implementation of Mahony orientation filter in accelerometer and gyroscope sensors
-
-
centrifuge-dart discussion
centrifuge-dart reviews and mentions
-
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.
Stats
centrifugal/centrifuge-dart is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of centrifuge-dart is Dart.