|
|
|
New gRPC Client: Kalisto
|
|
2 points
by dennypenta
1023 days ago
|
|
I just published my new tool I developed: https://kalisto.app. It’s a network client(currently it supports only grpc) that allows me to use JS as a request definition instead of a JSON. You can name it grpc gui or grpc client.
The trick is it allows me to run scripts on complex user flows when I change a service.
And I just fancy it and think JSONs look weird for grpc.
I know that api/e2e tests should fix it, but sometimes it just faster/comfortable. It’s an early draft, the next features I want to deliver is saving the requests and scripts templates. It’s even not signed yet and doesn’t have auto update, so I keep working on it. A long description of this app is here: https://kalisto.app/blog/acceptance-testing If anyone finds it useful I’m happy to talk about the nearest features or just some ideas/feedback. |
|