Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 359 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 359 Bytes

DotWeb - .NET Web Toolkit

This is a clone of GWT for the .NET platform.

Primary Components:

  • A transpiler, turning MSIL into Javascript, allowing any .NET language to be used for client-side web development.
  • An integrated debugger, allowing developers to set breakpoints and step through client-side code in the original language (C# is preferred).