uw-labs / bloomrpc
- среда, 19 декабря 2018 г. в 00:16:59
TypeScript
GUI Client for GRPC Services
The missing GUI Client for GRPC services.
Inspired by Postman and GraphQL Playground.
BloomRPC aim to give the simplest and 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.
Download the installer from the Releases Page
We currently don't officially support Windows, because we haven't setup CI for building the Windows installer just yet.
Build from source:
git clone https://github.com/uw-labs/bloomrpc.git
cd bloomrpc
yarn install && ./node_modules/.bin/electron-rebuild
npm run package-win
We are welcome to any kind of feedback and contributions.
Run this 2 commands in two different terminals
npm run server-hot
npm run start-hot