J
j-l-n
Guest
Edge.js allows you to run .NET and node.js code in one process. You can call .NET functions from node.js and node.js functions from .NET. Edge.js takes care of marshaling data between CLR and V8. Edge.js also reconciles threading models of single threaded V8 and multi-threaded CLR. [...] edge.js can execute C# or IronPython script at runtime. [...]
Artikel zum Thema: edge.js verbindet Node.js und .NET Framework in einem Prozess
Die Projektseite von Edge.JS auf GitHub (Download)
PS: Ein einfaches Beispiel findet ihr unter The art of simplicity: Edge.js: Run C# code from node.js
Zuletzt bearbeitet: