1.0.9 • Published 2 years ago

@harmony-dev/transport-hrpc v1.0.9

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 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

2 years ago

1.0.8

2 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

3 years ago

1.0.0-2

3 years ago

1.0.0-1

3 years ago

1.0.0

3 years ago