Update README#291
Merged
Merged
Conversation
Signed-off-by: Ajeet D'Souza <98ajeet@gmail.com>
Signed-off-by: Ajeet D'Souza <98ajeet@gmail.com>
ajeetdsouza
force-pushed
the
ajeet/readme2
branch
from
July 6, 2026 06:42
09b20d7 to
658e257
Compare
anuraaga
reviewed
Jul 6, 2026
| 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. |
Collaborator
There was a problem hiding this comment.
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
ajeetdsouza
force-pushed
the
ajeet/readme2
branch
from
July 6, 2026 14:48
4b560b0 to
712f36e
Compare
anuraaga
reviewed
Jul 6, 2026
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>
thezachdrake
approved these changes
Jul 6, 2026
anuraaga
approved these changes
Jul 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.