rpc_dart 2.2.0 copy "rpc_dart: ^2.2.0" to clipboard
rpc_dart: ^2.2.0 copied to clipboard

Transport-agnostic RPC framework with type-safe contracts, streaming support, zero-copy transport, and CORD architecture for Dart applications.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add rpc_dart

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  rpc_dart: ^2.2.0

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:rpc_dart/rpc_dart.dart';
6
likes
0
points
373
downloads

Publisher

verified publisherdart.nogipx.dev

Weekly Downloads

Transport-agnostic RPC framework with type-safe contracts, streaming support, zero-copy transport, and CORD architecture for Dart applications.

Homepage
Repository (GitHub)
View/report issues

Topics

#rpc #grpc #cord #contract-oriented-remote-domains #streams

Funding

Consider supporting this project:

liberapay.com

License

unknown (license)

More

Packages that depend on rpc_dart