YoshiyukiKato / grpc-kit

Use grpc more simply on Node.js
45 stars 13 forks source link

Steaming Support #1

Closed nevi-me closed 5 years ago

nevi-me commented 5 years ago

Does grpc-kit support streaming? I didn't see it mentioned in the README

YoshiyukiKato commented 5 years ago

@nevi-me Thank you for question! And I'm sorry for rough README. Yes, grpc-kit supports stream. For confirmation, I added some tests for streaming and validated if it passes.

I also added a section about use stream to README and example codes to example/stream_greeter. Please check them out!

YoshiyukiKato commented 5 years ago

Close this issue. If you have a new question, please make a new issue or reopen this issue. Thanks!