Skip to content

Zhanghao0150/Maple.js

 
 

Repository files navigation

Maple.js

MapleStory Global Server Emulator using Node.js

Installing

Make sure you got a MongoDB server running, and you've installed Node.js. Git clone (or download the zip) this repository into a directory.

Edit config.json to your needs. Note the publicIP values; this IP is sent to the client on selecting character/changing channel! Run the following command to install the required modules:

npm install

Then, run the server using the following command:

node maplejs

The server should be ready to use now.

Coding Conventions

http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml

About

MapleStory Server core using Node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%