grpc-web
Browser gRPC client
Enables communication between web browsers and gRPC services using JavaScript
gRPC for Web Clients
9k stars
198 watching
766 forks
Language: JavaScript
last commit: 4 months ago
Linked from 1 awesome list
grpcjavascriptweb
Related projects:
Repository | Description | Stars |
---|---|---|
improbable-eng/grpc-web | A client library for gRPC Web services in browsers and Node.js | 4,394 |
grpc/grpc-node | Provides a TypeScript implementation of the gRPC protocol for Node.js applications | 4,524 |
grpc/grpc | An RPC framework and library for building high-performance distributed systems | 42,124 |
ericbets/danby | A lightweight web server and gRPC proxy for browsers that enables microservice communication without client-side libraries. | 31 |
fullstorydev/grpcui | An interactive web-based tool for testing and manipulating gRPC APIs | 5,274 |
grpc/grpc-dotnet | An implementation of the gRPC remote procedure call framework for .NET applications | 4,229 |
grpc-ecosystem/grpc-gateway | A tool that generates a reverse-proxy server to translate RESTful HTTP APIs into gRPC | 18,331 |
paralin/grpc-bus | Enables calling gRPC services from the browser over a two-way socket to a Node or Go server. | 43 |
fullstorydev/grpcurl | A command-line tool for interacting with gRPC servers using JSON encoding and protocol buffers. | 11,014 |
webtorrent/webtorrent | A streaming torrent client written in JavaScript that enables peer-to-peer file sharing over the web using WebRTC. | 29,740 |
grpc-ecosystem/polyglot | A universal gRPC command-line client that allows communication with any gRPC service without generating custom classes or compiling the service's protos. | 529 |
ktr0731/evans | A gRPC client library with two modes: REPL and CLI, providing automatic service inspection and task automation | 4,304 |
redhoyasa/grpc-reflection-js | A client library for interacting with gRPC servers that implement the Reflection protocol. | 20 |
hyperium/tonic | A high-performance gRPC client and server implementation with async/await support | 10,180 |
jnewmano/grpc-json-proxy | Enables interaction between HTTP tools and gRPC servers using JSON encoding | 518 |