Relative Content

Tag Archive for c#node.js

I tried to execute C# in node.js but it gives me error in console

I tried to build a C# executor with NodeJS with inspiration from the tutorial https://youtu.be/RZ66yGyEKFg . However, I want to put C# as well in my Compiler Language Selections and to provide it according to my inspiration from that guy’s codes, I tried to make a C# executor. Here is my code for executing C#: