grpc-web
gRPC client
A client library for gRPC Web services in browsers and Node.js
gRPC Web implementation for Golang and TypeScript
4k stars
65 watching
436 forks
Language: TypeScript
last commit: over 1 year ago
Linked from 1 awesome list
browsergolanggrpcgrpc-webtypescript
Related projects:
Repository | Description | Stars |
---|---|---|
grpc/grpc-web | Enables communication between web browsers and gRPC services using JavaScript | 8,698 |
grpc/grpc | An RPC framework and library for building high-performance distributed systems | 42,124 |
grpc/grpc-go | A high-performance RPC framework that supports mobile and HTTP/2-based communication. | 21,208 |
grpc/grpc-dotnet | An implementation of the gRPC remote procedure call framework for .NET applications | 4,229 |
fullstorydev/grpcui | An interactive web-based tool for testing and manipulating gRPC APIs | 5,274 |
paralin/grpc-bus | Enables calling gRPC services from the browser over a two-way socket to a Node or Go server. | 43 |
grpc-ecosystem/grpc-gateway | A tool that generates a reverse-proxy server to translate RESTful HTTP APIs into gRPC | 18,331 |
improbable-eng/ts-protoc-gen | Generates TypeScript declarations and code from Protocol Buffers files | 1,371 |
fullstorydev/grpcurl | A command-line tool for interacting with gRPC servers using JSON encoding and protocol buffers. | 11,014 |
grpc/grpc-node | Provides a TypeScript implementation of the gRPC protocol for Node.js applications | 4,524 |
grpc-ecosystem/protoc-gen-grpc-gateway-ts | Generates TypeScript clients for gRPC services used in web and Go applications. | 142 |
easycz/grpc-web-hacker-news | An example app demonstrating grpc-web integration with React and Redux | 386 |
deeplay-io/nice-grpc | A TypeScript gRPC library that provides a modern API with features like easy cancellation and client/server middleware support. | 442 |
hyperium/tonic | A high-performance gRPC client and server implementation with async/await support | 10,180 |
utrack/clay | Automatically generates HTTP handlers for gRPC servers with complete Swagger definitions in Go | 290 |