Asp.net – How can I use JeringTech/Javascript.NodeJS to invoke node to run js code inside a .NET API?
I want to be able to execute javascript code in my back-end .NET API, so I tried following these steps and I created a .NET API as follows: using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.Extensions.Logging; using System; using System.Collections.Generic; using System.Linq;…