Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

GWT equivalent for .NET?

Tags:

javascript

c#

gwt

I enjoy GWT because I can have compile-time type safe code that runs in the browser. However, I like C# a lot better than Java. Is there some good way to have C# compile to Javascript?

like image 868
Nick Heiner Avatar asked Aug 04 '11 07:08

Nick Heiner


People also ask

Does Google use GWT?

Google announced GWT at the JavaOne conference in 2006. In August 2010, Google acquired Instantiations, a company known for focusing on Eclipse Java developer tools, including GWT Designer, which is now bundled with Google Plugin for Eclipse.

What is GWT technology?

Google Web Toolkit (GWT) is a development toolkit for building and optimizing complex browser-based applications. GWT is used by many products at Google, including Google AdWords and Orkut. GWT is an open source, completely free, and used by thousands of developers around the world.

Is GWT a framework?

Google Web Toolkit (GWT) is an open source Java software development framework that makes writing AJAX applications easy. With GWT, you can develop and debug AJAX applications in the Java language using the Java development tools of your choice.

What is a GWT application?

Google Web Toolkit (GWT) is a development toolkit to create RICH Internet Applications (RIA). Here are some of its notable features − GWT provides developers option to write client side application in JAVA. GWT compiles the code written in JAVA to JavaScript code. Application written in GWT is cross-browser compliant.


3 Answers

It is not exactly, but ScriptSharp is very close:

http://projects.nikhilk.net/ScriptSharp

like image 92
Alexander Beletsky Avatar answered Sep 30 '22 15:09

Alexander Beletsky


Maybe Script#?

like image 26
Jimmy Avatar answered Sep 30 '22 15:09

Jimmy


SharpKit is what you want. It actually does much more than GWT is capable.

http://sharpkit.net

like image 41
user1618323 Avatar answered Sep 30 '22 15:09

user1618323