ASP.NET Server-side Javascript

Somewhere in a recent podcast, I heard a mention of a project in which ASP.NET (perhaps MVC?) Did some kind of behind-the-scenes automatic JavaScript conversion with AJAX to link client and server code together in a way similar to the Google Web Toolkit. I forgot the name. But it looks like he was writing C # code that would be automatically converted to javascript or AJAX calls. Perhaps it was an MS research project.

Does anyone know the name of this project?

+3
source share
1 answer

Could be ScriptSharp .

Updated new link.

+4
source

Source: https://habr.com/ru/post/1777140/


All Articles