Skip to content
This repository has been archived by the owner on Dec 9, 2018. It is now read-only.

Latest commit

 

History

History
8 lines (5 loc) · 883 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 883 Bytes

wsrpc

A protoc plugin to generate Go server and Javascript client Protocol Buffer files to be used for service calls across WebSockets rather than gRPC. (See jnordberg/wsrpc for a pure Javascript solution.)

The first release will generate a TypeScript client to avoid the need for type validations in libraries like dcodeIO/protobuf.js. Which flavor of Javascript client to generate will be implemented as a secondary plugin per the Plugin interface in the protoc-gen-go generator.

For project status, see the issues and milestones.