-
ITNOA
I want to link my stdio from C# Console Application to NodeJs, to better describe my question, I create a sample like below
I have some code like below
```
IJsEngine engine…
-
We're using NodeJs in our backend to run custom scripts created by clients on our PaaS. We currently directly use NodeJs via a platform invoke, but the approach from Jering seems much nicer. The only …
-
Here is my exception plus innerException in my code that we're only seeing on one Windows server:
```
2023-12-18 12:00:25.5390|0|ERROR|XXXXXXXX|System.Net.Http.HttpRequestException: An error occur…
-
So the Node Engine implementation for javascript.Nodejs supports returning a stream from node to .net by setting the return type to Stream. However, JES has a validation helper that check to make sure…
-
Hi,
If I start send multiple requests at once, after a while I will occasionally start seeing this error and then the invocation of the javascript will start taking around 2 seconds to complete unt…
-
Hello,
I tried to follow the steps from the readme using the static service and I created a .NET API as follows:
```csharp
using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.…
-
There is a problem when trying to take into use:
```
{
"exceptionType": "InvocationException",
"message": "Received a HTTP response with an unexpected status code: ServiceUnavailable.",
"st…
-
Getting Below Error in production, but working on local environment.
**Received a HTTP response with an unexpected status code: Forbidden.**
Below is the node js Code which i am tryong to call …
-
Hi! I am currently experiencing an error when deploying an app to a Linux App Service running .NET 5.
I have checked to make sure `node` is available for the app via kudu and it should be in the PA…
-
My Node.js project lives under a `Microservices` folder within my .NET project. In development, doing something like this works fine:
```csharp
services.AddNodeJS();
var physicalFileProvider = ne…