Is it possible to call Node.js Methods / Modules on a C # ASP.Net server? I found the Edge.JS library, but as I understand it, it allows you to call C # code on Node.JS. I need a direct inverse solution.
Microsoft.AspNetCore.NodeServicesThis provides a quick and reliable way for .NET code to run JavaScript on the server inside Node.js. You can use this to use arbitrary functions from NPM packages at run time in your ASP.NET Core application.Most application developers do not have to use this directly, but you can do it if you want to implement your own functionality, which includes calling Node.js code from .NET at runtime.
Microsoft.AspNetCore.NodeServices
This provides a quick and reliable way for .NET code to run JavaScript on the server inside Node.js. You can use this to use arbitrary functions from NPM packages at run time in your ASP.NET Core application.
Most application developers do not have to use this directly, but you can do it if you want to implement your own functionality, which includes calling Node.js code from .NET at runtime.
Source: https://github.com/aspnet/JavaScriptServices
just release the http method in your node application using "express" and call it with "RestSharp" / "HttpClient"
Source: https://habr.com/ru/post/1263954/More articles:Karma configuration to exclude subdirectories - javascripthttps://translate.googleusercontent.com/translate_c?depth=1&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1263950/chaining-singles-together-in-rxjava&usg=ALkJrhg3alV5Ky37pyt73IRf9sx5d94VygWhy don't WebView.onLoadStart and onLoadEnd get called in React Native? - react-nativeGetting a dependency analysis warning for DEFINES_Modules - iosawesome font with Angular 2 - fontsWhen is the ProfileDataRequestContext.RequestedClaimTypes parameter not empty? - identityserver4Angular Typescript - using a custom filter inside a controller - angularjsWhat is a helper container? - dockerFirefox WebExtensions, get the contents of local files along the way - javascriptNo sync in Navigator Eclipse window for Neon Release - eclipseAll Articles