What's the difference between Restfox and https://github.com/Kong/insomnia ? Seems both of them are Postman alternative.
Show HN: Restfox – Open source lightweight alternative to Postman
201–209 of 209 posts
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#202There are really goods suggestions in this thread, I just made a compilation of all the links posted (at this time): Restfox https://restfox.dev/ bruno https://github.com/usebruno/bruno Hoppscotch https://hoppscotch.io/ Hit https://hit.yolo42.com/ HTTP Client https://www.jetbrains.com/help/idea/http-client-in-product-c... Hurl https://hurl.dev Insomnia https://github.com/Kong/insomnia Kreya https://kreya.app Milkman…
HoppScotch (47.7k stars, 2019, Vue): https://github.com/hoppscotch/hoppscotch
Insomnia (24.2k stars, 2017, React): https://github.com/Kong/insomnia
Restfox (405 stars, 2022, Vue): https://github.com/flawiddsouza/Restfox
bruno (30 stars, 2022, Tauri, Electron, Next): https://github.com/usebruno/bruno
---
You can find more here: https://alternativeto.net/software/postman/
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#203There are really goods suggestions in this thread, I just made a compilation of all the links posted (at this time): Restfox https://restfox.dev/ bruno https://github.com/usebruno/bruno Hoppscotch https://hoppscotch.io/ Hit https://hit.yolo42.com/ HTTP Client https://www.jetbrains.com/help/idea/http-client-in-product-c... Hurl https://hurl.dev Insomnia https://github.com/Kong/insomnia Kreya https://kreya.app Milkman…
So the most popular open-source Postman alternatives seem to be HoppScotch (47.7k stars, 2019, Vue): https://github.com/hoppscotch/hoppscotch Insomnia (24.2k stars, 2017, React): https://github.com/Kong/insomnia Restfox (405 stars, 2022, Vue): https://github.com/flawiddsouza/Restfox bruno (30 stars, 2022, Tauri, Electron, Next): https://github.com/usebruno/bruno --- You can find more here: https://alternativeto.net/s…
A unique things that seperates bruno from the rest is that it is a "local first" api client.
The collections get stored as folders and files on your local files system (imagine git repo), thereby allowing the developers to use the version control of their choice.
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#204Re: Show HN: Restfox – Open source lightweight alternative to Postman
#205Re: Show HN: Restfox – Open source lightweight alternative to Postman
#206There are really goods suggestions in this thread, I just made a compilation of all the links posted (at this time): Restfox https://restfox.dev/ bruno https://github.com/usebruno/bruno Hoppscotch https://hoppscotch.io/ Hit https://hit.yolo42.com/ HTTP Client https://www.jetbrains.com/help/idea/http-client-in-product-c... Hurl https://hurl.dev Insomnia https://github.com/Kong/insomnia Kreya https://kreya.app Milkman…
https://addons.mozilla.org/de/firefox/addon/restclient
Not sure how this compares to the more sophisticated tools presented here.
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#207Re: Show HN: Restfox – Open source lightweight alternative to Postman
#208Hoppscotch [1][2] (previously Postwoman) is also a very nice free and open-source Postman alternative. [1]: https://hoppscotch.io/ [2]: https://github.com/hoppscotch/hoppscotch
Re: Show HN: Restfox – Open source lightweight alternative to Postman
#209I switched to "vscode-restclient" about a year ago and never looked back. It has variables, everything is saved as text, and I can commit my request suite to source control for collaboration's sake. https://github.com/Huachao/vscode-restclient