Обложка канала

Библиотека шарписта

Полезные материалы по всему, что может быть интересно разработчику на C#.

Библиотека шарписта

3 года назад
Открыть в
#news Команда Microsoft выпустила библиотеку, которая позволяет вызывать API .NET из кода JavaScript. Она совместима с Node.js или другим движком JavaScript, поддерживающим Node API. const Console = require('node-api-dotnet').Console; Console.WriteLine('Hello from .NET!'); https://github.com/microsoft/node-api-dotnet
GitHub - microsoft/node-api-dotnet: Implementation of Node-API for .Net. It can be used to create Node.JS plugins in C# and other .Net languages. It also enables use of C# and .Net for direct access to JavaScript engines or frameworks that implement Node-API.

Implementation of Node-API for .Net. It can be used to create Node.JS plugins in C# and other .Net languages. It also enables use of C# and .Net for direct access to JavaScript engines or framework...

GitHub