Is there any system/compiler/SDK/IDE that provides an ability to develop desktop applications using JavaScript?
|
closed as not constructive by Will♦ Nov 15 '12 at 17:30
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
You can use an .net application for execute javascript codes. You can make this:
You need to reference the Note: don't using only keyword to reference the assembly. right click on the project in VS and choose 'Add reference' |
|||||
|
|
There is the jls JavaScript platform and eclipse WTP as IDE. Jls supports graphical user interface, file system manipulation, unit testing, thread, process, network sockets and selectors, HTTP client and server, SQL, image manipulation, zip file... You can found the desktop documentation here. |
|||
|
|
|
You can use AppJs Build Desktop Applications for Linux, Windows and Mac using HTML, CSS and Javascript. I'm planning to use it too. |
|||
|
|
|
You can use node-webkit. It uses webkit to render the webpage and execute the Javascript, and you will have access to all the Node.js javascript API (reading/writing files, …) |
|||
|
|