Skip to content

Update README#291

Merged
anuraaga merged 8 commits into
connectrpc:mainfrom
ajeetdsouza:ajeet/readme2
Jul 6, 2026
Merged

Update README#291
anuraaga merged 8 commits into
connectrpc:mainfrom
ajeetdsouza:ajeet/readme2

Conversation

@ajeetdsouza

Copy link
Copy Markdown
Contributor

No description provided.

Signed-off-by: Ajeet D'Souza <98ajeet@gmail.com>
Signed-off-by: Ajeet D'Souza <98ajeet@gmail.com>
Signed-off-by: Ajeet D'Souza <98ajeet@gmail.com>
Comment thread README.md Outdated
Building an API usually means writing the same types twice: once on the server, once in every client. Connect fixes that - define your API schema in Protobuf, and it will generate type-safe server stubs and client libraries in **every major language**, including your frontend. All that's left to write is your business logic.

### Install the runtime library
And it's all plain HTTP! Connect speaks both JSON and Protobuf, so `curl` works out of the box. It supports streaming as a first-class feature, and interoperates seamlessly with gRPC and gRPC-Web - adopt it one service at a time, alongside what you already run.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
And it's all plain HTTP! Connect speaks both JSON and Protobuf, so `curl` works out of the box. It supports streaming as a first-class feature, and interoperates seamlessly with gRPC and gRPC-Web - adopt it one service at a time, alongside what you already run.
And it's all plain HTTP! Connect speaks both Protobuf and JSON, and `curl` works out of the box. It supports streaming as a first-class feature, and interoperates seamlessly with gRPC and gRPC-Web - adopt it one service at a time, alongside what you already run.

curl working is somewhat orthogonal, and since the default is Protobuf, we should order it before JSON in general

Comment thread README.md Outdated
Comment thread README.md
Signed-off-by: Ajeet D'Souza <98ajeet@gmail.com>
.
Signed-off-by: Ajeet D'Souza <98ajeet@gmail.com>
Comment thread README.md Outdated
ajeetdsouza and others added 3 commits July 6, 2026 21:21
Co-authored-by: Anuraag (Rag) Agrawal <anuraaga@gmail.com>
Signed-off-by: Ajeet D'Souza <98ajeet@gmail.com>
Co-authored-by: Anuraag (Rag) Agrawal <anuraaga@gmail.com>
Signed-off-by: Ajeet D'Souza <98ajeet@gmail.com>
Signed-off-by: Ajeet D'Souza <98ajeet@gmail.com>
@anuraaga
anuraaga merged commit 03c90ee into connectrpc:main Jul 6, 2026
22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants