Would like to see a wrapper generator around C# libraries so they could be easily be loaded into node.js
That would make all sort of integrations between legacy systems with existing C# support libraries and newer lighter node.js projects work without jumping through crazy marshaling hoops.
Seems like a very interesting direction, embedding managed languages into JS.
Do you mean something like edge.js?