1.0.9 • Published 4 years ago

@harmony-dev/transport-hrpc v1.0.9

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
4 years ago

protobuf-ts-transport-hrpc

hRPC transport for protobuf-ts

Example usage:

import { ChatServiceClient } from "../gen/chat.client";
import { HrpcTransport } from "@harmony-dev/transport-hrpc";

// ChatServiceClient is the generated protobuf-ts client. Read protobuf-ts's usage guide for more details
const client = new ChatServiceClient(
  new HrpcTransport({
    // the service's URL for access.
    baseUrl: "http://localhost:6969",
  })
);
1.0.9

4 years ago

1.0.8

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.0-2

4 years ago

1.0.0-1

4 years ago

1.0.0

4 years ago