# bloomrpc **Repository Path**: chenwr2020/bloomrpc ## Basic Information - **Project Name**: bloomrpc - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-07-15 - **Last Updated**: 2021-06-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README
The missing GUI Client for GRPC services. 🌸
Inspired by Postman and GraphQL Playground
BloomRPC aims to provide the simplest and most efficient developer experience for exploring
and querying your GRPC services.
Install the client, select your protobuf files and start making requests!
No extra steps or configuration needed.
## Planned Features
- [x] Client-Side Streaming and Bi-Directional Streaming Support
- [x] Draggable tabs
- [ ] Web Version with GRPC-WEB
## Contributing
We are welcome to any kind of feedback and contributions.
#### Development Mode:
Run this 2 commands in two different terminals
```
npm run start-server-dev
npm run start-main-dev
```
## Built with amazing technologies