Cross platform desktop development -


i develop cross platform (linux/windows) desktop service. service needs run local http server , needs have access local db. doesn't have gui components though.

also need able create installer both linux , windows.

what best language/framework/sdk build such service ?

java perfect i'm not sure there decent installer builder out there.

10x gilad

have considered dlib c++ library found @ http://dlib.net/? includes "a simple http server object can use embed web server applications."

as installer, perhaps should consult following resource: http://en.wikipedia.org/wiki/list_of_installation_software#cross-platform.


Comments

Popular posts from this blog

php - SPIP: From Tag directly to an article -

jquery - isAjaxRequest always return false -

ruby on rails - In a controller spec, how to find a specific tag in the generated view? -