Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/oslabs-beta/Yodelay
Your preferred gRPC endpoint testing tool. Making sure your outbound 🗣️ ‘yodelay’ returns the ‘IiiOoo’ 📣 that you expect
https://github.com/oslabs-beta/Yodelay
Last synced: 3 months ago
JSON representation
Your preferred gRPC endpoint testing tool. Making sure your outbound 🗣️ ‘yodelay’ returns the ‘IiiOoo’ 📣 that you expect
- Host: GitHub
- URL: https://github.com/oslabs-beta/Yodelay
- Owner: oslabs-beta
- License: mit
- Created: 2019-12-16T16:19:29.000Z (almost 5 years ago)
- Default Branch: dev
- Last Pushed: 2024-04-10T02:10:04.000Z (7 months ago)
- Last Synced: 2024-04-18T16:56:08.938Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 9.84 MB
- Stars: 228
- Watchers: 7
- Forks: 15
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-grpc - (Yodelay.io) - A browser GUI Making sure your outbound 🗣️ ‘yodelay’ returns the ‘IiiOoo’ 📣 that you expect. (Tools / GUI)
README
Yodelay.io is a browser-based testing tool that supports all types of gRPC calls: unary, server streaming, client streaming and bi-directional streaming, and aims to provide a beautiful interface and intuitive developer experience## Core Features ✨
- Unary Calls and Server Side Streaming Support
- Client side and Bi-directional Streaming
- Automatic gRPC Service & Method recognition
- Request Cancellation## Planned Features 🚧
- [ ] Web Version with gRPC-WEB
- [ ] Persistent Workspace
- [ ] Electron App
- [ ] Search History## Getting Started 🚀
For an overview of gRPC in general, checkout the official [DOCS](https://grpc.io/docs/) here. There are clear and simple walkthroughs for each of the 12 programming languages supported by gRPC. Butter, Yodelay’s furry mascot, recommends choosing your preferred language, uploading the .proto file into yodelay and then using those examples to walk through this readme.
## Installation ⚙
Fork and clone this repo:
```sh
git clone https://github.com//Yodelay.git
``````sh
cd Yodelay
``````sh
npm install
```
### Test your endpoints locally ☄
Navigate to the Yodelay folder in your terminal and run the following command:
```sh
npm start
```NPM start will build the bundle, make it available in your browser at localhost:3000, start the client server on port 4000, and start a demo grpc server at localhost:8080
Go to your browser and enter the URL:```sh
0.0.0.0:8080
```To test our demo proto file, upload the demo.proto file in the /protos folder
Input the server ip address:
```sh
0.0.0.0:8080
```Select Service from the drop down you want to test:
Select Request from the drop down menu you want to test:
Edit your input message so it matches the gRPC server fields:
Click on the Send Request button and see the results from your gRPC call!
## Contributing ✏️👩💻👨💻📓
We have an open door policy - all ideas, feedback, and contributions are always welcome!
Note - When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.## Built with 💛
- Cedric Theofanous - @CedricTheofanous
- Davey Yedid - @dYedid
- Jamie Highsmith - @JamesHighsmith
- German Rovati - @grovati
- Tammy Tan - @tammytan95## Developed using amazing technologies ⚛ 🐳🚢
## License
This project is licensed under the MIT License - see the LICENSE.md file for details.