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

gRPC support #41

Open
clarkezone opened this issue Mar 31, 2021 · 2 comments
Open

gRPC support #41

clarkezone opened this issue Mar 31, 2021 · 2 comments

Comments

@clarkezone
Copy link
Contributor

Not sure of gRPC is already supported by this proj, if no please please please consider it :-) FeathergRPC FTW for nice fast bidirectional comms, then i can ditch golang.

@davidfowl
Copy link
Collaborator

It is https://github.com/featherhttp/framework/blob/master/samples/GRPC/Program.cs.

@JamesNK has been looking at a terser way to describe GRPC endpoints for smaller services though.

@clarkezone
Copy link
Contributor Author

For point of note, the gRPC sample doesn't work over an unencrypted pipe.. if you change both client and server addresses to http no dice. Are there plans to add support for configuring an unencrypted transport? Golang makes this trivial to do and it's an essential tool for development purposes.

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

2 participants