jsonrpc2 3.0.1 copy "jsonrpc2: ^3.0.1" to clipboard
jsonrpc2: ^3.0.1 copied to clipboard

JSON-RPC (v2.0) utility classes. Invoke methods on another machine using JSON-formatted messages. Some assembly required.

example/README.md

The example folder contains many examples and tests of JSON-RPC functionality.

JSON-RPC client using package:http

JSON-RPC client using dart:io

dart:io client test using async/await

http client test using async/await

dart:io client test using .then

http client test using .then

example methods for tests

example methods for tests using reflectable

example serializable class for tests

dart:io server using dart:mirrors

dart:io server using reflectable

shelf server using dart:mirrors

shelf server using reflectable

1
likes
150
points
1.08k
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

JSON-RPC (v2.0) utility classes. Invoke methods on another machine using JSON-formatted messages. Some assembly required.

Homepage

License

MIT (license)

Dependencies

rpc_dispatcher, rpc_exceptions

More

Packages that depend on jsonrpc2