connectrpc 0.4.1
connectrpc: ^0.4.1 copied to clipboard
Implementation of the Connect protocol for Dart. Simple, reliable, interoperable. Protobuf RPC that works
Examples #
Eliza #
A chat app for ELIZA, a very simple natural language processor built in the 1960s to represent a psychotherapist. The ELIZA service is implemented using Connect-Go, is already up and running in production, and supports both the gRPC-Web and Connect protocols.
Web #
Demonstrates using a connect client from a dart web project connecting to a remote server.
Project generated using dart create -t web
.