I would like to write an application in JavsScript that runs initially on OS X. It will be a bonus if it can also be used for Windows applications, however, I am primarily interested in the OS X / Cocoa relationship at the initial stage.
I took the opportunity to write all the business logic in JS, and then the main components of the user interface with Cocoa and .NET, respectively, but I thought it would be nice if there was something already existing that would facilitate such a workflow without supporting several different code bases.
After a little research on this issue, I obviously overwhelmed with the solutions that seem to exist for iOS development, but so far I have not found anything that really looks like working with OS X. Are there any solutions that I can ignore? If not, what is the recommended way to base most business logic in a JavaScript application and interact with it for your own user interface components?
source share