-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Nihal Talur edited this page Sep 18, 2016
·
7 revisions
A set of frameworks for writing HTML5/JavaScript applications with C#.
see the sidebar
SharpJS is open-source software licensed under the Apache License 2.0, which can be found in the LICENSE.md file.
The runtime is powered by JSIL, an application that translates compiled IL to JavaScript. The SharpJS frameworks are built on top of JSIL and provide classes for building web applications that run in the browser.
Since SharpJS compiles your applications directly to HTML5 and JavaScript, they can run offline in the browser, online served by a server, in a mobile app built with PhoneGap, in a desktop app built with Electron, or in any other technology that allows you to build applications with web technologies.