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

Go WebSocket RPC server for Protobuf with protoc plugins to generate Javascript (TypeScript) clients

License

Notifications You must be signed in to change notification settings

toba/wsrpc

Repository files navigation

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.

About

Go WebSocket RPC server for Protobuf with protoc plugins to generate Javascript (TypeScript) clients

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages