Hacker News new | ask | show | jobs
Ask HN: What are solutions for developing itch scratch desktop program?
1 points by forgotAgain 2361 days ago
I'm looking for something that is self contained with GUI drawing tools, graph generator, a database, and an easy way to call server API's. I'd like to not have to depend on a web or database server.

The programs developed are not meant to be distributed as professional solutions or run unattended. It's more along the lines of exploring data, scraping/crawling web pages and consuming internet API's then being able to show tabulated and graph results.

Thanks.

1 comments

I'm not entirely sure if its what you're after but the features you listed made me think about jMeter [0] take a look.

[0] https://jmeter.apache.org/

That looks very interesting. Thank you.