Yodelay.io is a browser based gRPC testing tool for developers wanting to learn and test unary calls, server, client and bi-directional streaming. Our team is going to be rolling out gRPC-Web in the near future so feel free to follow our progress on Github.
No reviews yetBe the first to leave a review for Yodelay.io - gRPC testing in the browser
Maker
Hey Product Hunt!
I'm really excited to introduce you all Yodelay.io and our mascot Butter.
Yodelay.io is an open-source, browser-based tool dedicated to testing your gRPC endpoints. gRPC is a highly performant and language agnostic modern framework that handles remote procedure calls. Its ability to send binary chunks of data over HTTP/2 makes it a lightweight and efficient form of data communication.
Our team was really interested in learning about gRPC and contributing to the community in a significant way - we built out our full-stack application using Typescript, React, Redux, Express/Node.js, Hooks, Docker and are deployed on AWS.
The product is still in beta and we are going to be rolling out testing for gRPC-Web in the near future. Feel free to follow our progress on Github as we roll out this feature!
It's been a blast building out this product over the last few week and supporting this growing community.
We are a passionate team of software engineers who love the open source community. We can't wait to see your feedback and if you have any suggestions please submit a pull request and we will review ASAP.
Thank you,
Butter & The Yodelay.io Team
Report
@highsmith some mistake must’ve happened. https isn’t working. I’m on mobile so can’t check why. The site works without ssl.
Report
Maker
@chase_ats fixing thanks! in the meantime try www.yodelay.io to check out on mobile or fork and clone the repo and test on your local machine.
Report
Enjoyed browsing/skimming the code.
Didn’t know much about gRPC before this!
Report
Maker
@chase_ats Thanks, check it out! gRPC is 5-10x faster than GraphQL because it encodes to binary.