Using a .NET DLL in Node.js / serverside javascript

后端 未结 8 1349
南旧
南旧 2020-12-02 07:27

I have a pet project that is an online game, the entire game engine is written in C# and I would like to know if there is anyway I can call the functions of this existing as

8条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-02 08:20

    Edge.js supporting node's last versions and .net core with a new edge-js package.

    Support for Node.Js 6.x, 7.x, 8.x, 9.x, 10.x, 11.x Support for .NET

    Core 1.0.1 - 2.x on Windows/Linux/macOS. Support for Mono runtime

    4.8.x - 5.x.

    Can be installed (npm i edge-js) from https://www.npmjs.com/package/edge-js

提交回复
热议问题