Is edge.js available to c# dll file (compiling at window) runs with nodejs at linux(centos)?

276 Views Asked by At

Is edge.js available to c# dll file (compiling at window) runs with nodejs at linux(centos)?

A developer in my team programming c# in Windows.

I want to reuse her code without re-coding in Linux.

I am using node.js.

We found out edge modules makes c# dll script from node.js in Windows.

But we are not sure if it works in other OS or not.

c# DLL - compiled in windows,

node.js - Linux (centos)

1

There are 1 best solutions below

0
On

Yes, its a normal use case.

edge.func(`
  #r "Library.dll"
  // Other C# code using that library from Node