Ask HN: Where do I find a custom browser/app?
1 comments
Isn't it easier to implement it yourself. For instance with wxwidgets (that's what I usually use for platform independent app dev). It has html browser wrappers, ftp, etc. And I am sure many other similar libraries like Qt have similar wrappers.
I am sure other people here can suggest alternatives from python etc, I am just a c++ guy..
I am sure other people here can suggest alternatives from python etc, I am just a c++ guy..
I would like this special browser/app to be used by the folks who participate in our future live online auctions. This app should be customizable on the server before the bidder downloads it, such that each downloaded copy has a built-in encrypted userID embedded into it which uniquely identifies that particular bidder.
Such a browser/app will need to request data from only one web server, so tabs and location bars and most of the other 'features' common in todays popular browsers are totally unnecessary. The server's URL can even be hard-coded if necessary so the app will have no use anywhere else.
Any links or suggestions for places where I might find such an app -- or the tools to help me create one -- are greatly appreciated, thanks.