making exe form HTML and Javascript -


i wondering have php based server side stuff accepts ajax requests , sends json js. , have html , js based "client" create exe(windows aplication) same "client" in browser without browser. preferably somehow grab html , js , "compile it" regural client still send out ajax calls , procesing json data.

edit: clarify things: server(on webserver) php procesing incoming ajax calls , diplaing json result.

client(what want convertt exe) html , js(jquery) page(application).

i want user have option 2 dowload client windows he/she dont have use browser.

i don't think can make desktop application markup languages. newbie in stuff think need develop gui in programming language java example swing docs.oracle.com/javase/tutorial/uiswing/ mimic apearance of webpage. connect server socket programming.


Comments

Popular posts from this blog

c++ - Function signature as a function template parameter -

algorithm - What are some ways to combine a number of (potentially incompatible) sorted sub-sets of a total set into a (partial) ordering of the total set? -

How to call a javascript function after the page loads with a chrome extension? -