top | item 43188204

(no title)

dhruvkb | 1 year ago

Would love to see a comparison with Bruno[1].

[1]: https://usebruno.com

discuss

order

literallyroy|1 year ago

Here’s my own take [1] when I was on the hunt for a good HTTP client a month or so ago.

[1]: https://royathan.com/blog/the-api-client-hunt/

douglasq|1 year ago

Thanks for putting this article together. It was exactly what I was needing to decide on which HTTP client to pick.

Btw, you could think of adding a way to let your users interact with your blog. I tried search for a comment box or upvote/thumbs-up so I could send my thanks for your efforts on writing it, but could not find it, so I resorted to HN comments.

Anyway, it's appreciated!

gschier|1 year ago

Hah, and you chose Yaak!

gschier|1 year ago

I've been meaning to put some comparisons together!

Bruno is also a good local-first client but leans more toward Postman's market.

The main advantage Bruno has is the ability to run tests, and a CLI to do so.

Yaak supports more protocols (eg. gRPC and WebSocket), has plugins, and more powerful templating for doing things like generating UUIDs (also extendable via plugins).

kamalhm|1 year ago

would you consider adding pre-request and post-request script in yaak also?