Tagged Questions

4
votes
3answers
402 views

Sharing JavaScript code between .NET desktop and browser

I have a set of core, complicated JavaScript data structures/classes that I'd like to be able to use both in the browser as JavaScript and run on the desktop with .NET 3.5. Is it possible to compile ...
0
votes
0answers
147 views

script# vs. il2js [closed]

I'm a .net developer and I'm interesting in writing a cross platform/Mobile application. so I came to the conclusion to write it in javascript, So I start to look around for something similar to ...