Skip to content
This repository has been archived by the owner on Jun 16, 2019. It is now read-only.

Mafia 2 Online Node.js server-side scripting backend implementation using NAPI

License

Notifications You must be signed in to change notification settings

mafia2online/m2o-node-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

m2o-node

Mafia 2 Online Node.js server-side scripting backend implementation using NAPI. Plugin can be built only in release mode at the moment.

Environment

Contains compiled, slightly modified nodejs binaries for all 3 main platforms. Node.js@v9.11.2.

Building

$ mkdir build && cd build
$ cmake ..
$ cmake --build .

Credits

Special thanks @gamelaster for the help!