|
|
|
|
|
by sunny41
928 days ago
|
|
Thanks for the good question. I have tried Bruno. Comparing with mine, it does not support GraphQL subscriptions, WebSocket and gRPC at the moment, which are needed in my daily work. It also does not log the connection detail, which is very useful in infrastructure troubleshooting. It does not persist responses as well, which I would sometimes need that. My application addresses these demands. Bruno is Postman-like. It only saves when user clicks "Save" explicitly, which I would always forget and causing data loss. Personally I like Insomnia's style more. It saves modification immediately, which is adopted in my application. My application also features multiple request templates per API, which I could not find an equivalent in existing HTTP client softwares. Bruno did have something shining which mine does not address yet -- it allows collaboration over git. Please correct if I am wrong. |
|
Bruno does allow git collaboration, but all that really means is that its internal markup language (bru, https://www.usebruno.com/bru) is human-readable (and thus diff-able). If your internal save files are similar, they could also be synced in git.