cjihrig
|
be6bdb8c3d
|
grpc-js: update to gts@1.x.x
This commit updates the gts dependency to 1.x.x.
|
2019-05-17 17:03:04 -04:00 |
cjihrig
|
a7372e2b1c
|
grpc-js: slight cleanup of server imports/exports
This commit removes some unnecessary imports and exports
from the server code.
|
2019-05-17 12:14:27 -04:00 |
cjihrig
|
1aa11525fd
|
grpc-js: add bidirectional streaming RPC support
This commit adds bidi streaming RPC support to the server.
|
2019-05-16 11:23:54 -04:00 |
cjihrig
|
b8af8c9474
|
grpc-js: add client streaming RPC support
This commit adds client streaming RPC support.
|
2019-05-07 14:23:34 -04:00 |
cjihrig
|
79544366be
|
grpc-js: support unary and server streaming rpcs
This commit adds support for unary and server streaming RPCs.
|
2019-05-02 21:40:45 -04:00 |
cjihrig
|
62e7f0c85a
|
grpc-js: define Server API contract
This commit defines the Server API contract, and implements
the Server functionality, minus the actual handling of requests.
|
2019-04-10 15:35:40 -04:00 |