Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inline streaming calls improve documentation #75

Open
kmturley opened this issue May 19, 2020 · 0 comments
Open

Inline streaming calls improve documentation #75

kmturley opened this issue May 19, 2020 · 0 comments

Comments

@kmturley
Copy link

kmturley commented May 19, 2020

You have some good examples in the folder:
https://github.com/njpatel/grpcc/tree/master/examples

However testing a gRPC endpoint, you don't always want to create script files, you may want to test different values via the command line.

Would be great to include an inline streaming example e.g.
var call = client.getHeroesStream().on('data', streamReply).on('status', streamReply); call.write({id:1});

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant