1.1.0 • Published 4 years ago

@wellplayed/grpc-bridge v1.1.0

Weekly downloads
1
License
ISC
Repository
github
Last release
4 years ago

grpc-bridge-js

JavaScript (Node & Browser) support for the grpc-bridge.

This package is designed to make developing frontends directly onto gRPC services easy and error-free.

Packages

  • @wellplayed/grpc-bridge: The core gRPC bridge client library. Technically not bridge-specific but at the moment there is no backend which supports the default HTTP/2 wire format.
  • @wellplayed/grpc-bridge-websocket: The browser WebSocket backend. This version only works on browsers which support websockets.
  • @wellplayed/grpc-bridge-ws: The Node.js websocket backend (uses the ws package). This version only works under Node.js.
  • @wellplayed/grpc-bridge-gen: The protoc plugin which generates the service definitions for use with @wellplayed/grpc-bridge.

See Also