#Connectrpc
Ok I have created a new repo with:
FE: @react.dev + @vite.dev + @tanstack.com query
BE: @hono.dev
Everything is wired with connectrpc by @buf.build
And it could be easily deployed on @cloudflare.social

Seems like the GOAT stack to me

github.com/openstatusHQ...
February 14, 2025 at 1:42 PM
Here we go 🚀

@hono.dev + connectrpc

Protocol buffer on @cloudflare.social 🚀

github.com/thibaultleou...
February 14, 2025 at 9:18 AM
Add hono + protocol server for fully type safe api 🥰

github.com/openstatusHQ...
GitHub - openstatusHQ/connectrpc-monorepo: A mono repo with connectrpc
A mono repo with connectrpc. Contribute to openstatusHQ/connectrpc-monorepo development by creating an account on GitHub.
github.com
February 17, 2025 at 6:43 PM
Connectrpc + @hono.dev
who has an example?

There's this one but I'd love to add hono in it

github.com/connectrpc/e...
examples-es/cloudflare-workers at main · connectrpc/examples-es
Examples for using Connect with various TypeScript web frameworks and tooling. - connectrpc/examples-es
github.com
February 14, 2025 at 8:24 AM
🪧 ConnectRPC: Where is it now?: Reflecting on two years of ConnectRPC: How it evolved from a gRPC alternative to a complete API ecosystem.
https://kmcd.dev/posts/connectrpc-where-is-it-now/
#connectrpc #grpc #protobuf #api #rpc #go #golang #http3 #openapi
ConnectRPC: Where is it now?
Reflecting on two years of ConnectRPC: How it evolved from a gRPC alternative to a complete API ecosystem.
kmcd.dev
May 5, 2026 at 11:14 AM
September 22, 2026 at 1:27 PM
September 22, 2026 at 1:27 PM
I used @github.com co-pilot agent to create a new project based on our Goat Stack ( golang server + connecTRPC)

it generated a node server 😭
October 8, 2025 at 7:09 AM
I really, _really_ like GraphQL, and I absolutely love the fantastic gqlgen, and it breaks my heart that I'm removing both from Chatto, which is now getting a fresh new ConnectRPC API to make use of protobufs directly.
June 29, 2026 at 7:37 PM
The Typescript APIs came first and are based on Lexicon. Most of our internal services speak GRPC between them using @buf.build 's GRPC build tooling and ConnectRPC framework (though GRPC tranport).

atproto.com/guides/lexicon
Lexicon - AT Protocol
A schema-driven interoperability framework
atproto.com
November 12, 2024 at 5:10 AM
Ripped connectrpc out of my side project in favor of simple jsonrpc + shared typescript definition between server and client github.com/fgnass/typed...

connectrpc was solid, but too heavy for my needs. "Typescript as service schema" works surprisingly well!
GitHub - fgnass/typed-rpc: Lightweight JSON-RPC solution for TypeScript projects
Lightweight JSON-RPC solution for TypeScript projects - fgnass/typed-rpc
github.com
September 30, 2025 at 12:02 AM
I just discovered github.com/connectrpc/v... to easily expose a REST API on top of a connect (gRPC) one, pretty cool.

It leverages protobuf annotations from github.com/googleapis/g...
GitHub - connectrpc/vanguard-go: Support REST, gRPC, gRPC-Web, and Connect clients with one server.
Support REST, gRPC, gRPC-Web, and Connect clients with one server. - connectrpc/vanguard-go
github.com
December 17, 2024 at 3:57 PM
ConnectRPC socket? I don't really see a reason this has to be standardized and/or shaped like AT Proto fwiw. The protocol only really describes how data syncs between nodes in the network and browsers/end-clients don't really fit in that mix from an event stream standpoint so use whatever you want!
December 11, 2025 at 10:47 PM
i discovered mithril.js.org and i think this is the missing piece for productive ui dev with go + connectrpc + sqlite

now i gotta find time to play around get some feels on it
June 17, 2025 at 6:22 AM
お、いいね。メモ
connecttest: ConnectRPC 向けの軽量テスト DSL
zenn.dev
October 26, 2025 at 9:49 AM
Welcome to blue sky! I'm a software engineer. I work with #go, #gRPC, #ConnectRPC, making visuals on #internet
infrastructure, contract-driven #APIs and lately I've been enjoying #bazel, which is a sentence I never could have predicted I would say. I'm an American building a life in #Denmark 🇩🇰
November 10, 2024 at 2:04 PM
ConnectRPC for your API layer. It veers away from REST, but adds support for HTTP/1.1 via the same RPC signature. Protos as the contract layer w/ protovalidate are a great experience with minimal maintenance footprint.

connectrpc.com
Connect
Simple, reliable, interoperable: Protobuf RPC that works.
connectrpc.com
November 21, 2024 at 2:30 PM
🪧 Building APIs with Contracts: Building for Scale: Why contract-based APIs are the future.
https://kmcd.dev/posts/api-contracts/
#Api #Protobuf #Grpc #Openapi #Avro #Thrift #Trpc #Connectrpc #Graphql #Twirp
Building APIs with Contracts
Building for Scale: Why contract-based APIs are the future.
kmcd.dev
April 28, 2026 at 12:34 PM
🪧 Unknown Fields in Protobuf: How Protobuf unknown fields enable seamless schema evolution and robust middleware.
https://kmcd.dev/posts/protobuf-unknown-fields/
#Protobuf #Grpc #Api #Microservices #Datapipelines #Connectrpc #Go #Typescript #Architecture
Unknown Fields in Protobuf
How Protobuf unknown fields enable seamless schema evolution and robust middleware.
kmcd.dev
April 16, 2026 at 6:50 PM
ahh okay, good to know!
so I'll keep it as a second server with my brothers for trying it and when it's stable enough we might switch!

Also: very curious about the graphql to connectRPC swap, maybe connectRPC is also something for me 🤔
June 23, 2026 at 1:53 PM
i’m spending my innovation tokens of this project on connectrpc and i never want to compose manual fetch queries again
November 28, 2024 at 6:48 PM