It's nice. I tried it out on a mac. The experience leaves something to be desired. The startup time is excessive. It doesn't feel lightweight. When scrolling through a response body the scrolling feels completely different than on every other app on my mac. This must have something to do with java? It seems every "click" of the scroll wheel scrolls by a little more than half a line. Every other app scrolls ~3 lines p…
Everest: A lightweight REST API client written in JavaFX
21–30 of 59 posts
Re: Everest: A lightweight REST API client written in JavaFX
#22Re: Everest: A lightweight REST API client written in JavaFX
#23> Unlike other REST clients like Postman and Insomnia, Everest is written in Java. Thus, it is significantly lighter on resources and more responsive than the Electron-based options. A technology finally came up to make a Java desktop app look better in comparison...
I always laughing when I'm thinking about it. A lot of tech people complained about Java being resource-hungry. Just to get another more resource-hungry technology. It just means that those complaints are not very serious. If people like software, they'll use it.
Re: Everest: A lightweight REST API client written in JavaFX
#24I don't mean to knock this project because it looks interesting and I wish the developer all the best. But, why does every damn project announced have to be "lightweight"? Even the ones that are definitely not light anything.
Re: Everest: A lightweight REST API client written in JavaFX
#25Re: Everest: A lightweight REST API client written in JavaFX
#26> Unlike other REST clients like Postman and Insomnia, Everest is written in Java. Thus, it is significantly lighter on resources and more responsive than the Electron-based options. A technology finally came up to make a Java desktop app look better in comparison...
I always laughing when I'm thinking about it. A lot of tech people complained about Java being resource-hungry. Just to get another more resource-hungry technology. It just means that those complaints are not very serious. If people like software, they'll use it.
Re: Everest: A lightweight REST API client written in JavaFX
#27Earlier quoted context omitted.
You can still use Kotlin + TornadoFx ( https://github.com/edvin/tornadofx )
Is TornadoFx supported native without JVM? AFAIK TornadoFx is just a layer around JavaFX. So, Kotlin/TornadoFx should use the same resources as Java+JavaFX.
Re: Everest: A lightweight REST API client written in JavaFX
#28Nice work! Although the UI looks too similar to Postman IMO, it's a great way to showcase what's possible. I'm not a fan of Java so I'm really excited that with Kotlin (& TornadoFx), this can actually be a very pleasant environment to program in. https://github.com/edvin/tornadofx
I was a little bummed to see this was not using Kotlin and TornadoFX, I've used them together a little and they're much more pleasant than using plain Java + JavaFX.
Re: Everest: A lightweight REST API client written in JavaFX
#29I don't mean to knock this project because it looks interesting and I wish the developer all the best. But, why does every damn project announced have to be "lightweight"? Even the ones that are definitely not light anything.
Re: Everest: A lightweight REST API client written in JavaFX
#30Nice work! Although the UI looks too similar to Postman IMO, it's a great way to showcase what's possible. I'm not a fan of Java so I'm really excited that with Kotlin (& TornadoFx), this can actually be a very pleasant environment to program in. https://github.com/edvin/tornadofx
Also, ScalaFX doesn't seem to be under active development, which is quite a shame tbh.