This repository was archived by the owner on Apr 21, 2020. It is now read-only.
- Notifications
You must be signed in to change notification settings - Fork13
MapleStory Server core using Node.js
License
NotificationsYou must be signed in to change notification settings
diamondo25/Maple.js
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
MapleStory Global Server Emulator using Node.js
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.
Editconfig.json
to your needs. Note thepublicIP
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.
http://google-styleguide.googlecode.com/svn/trunk/javascriptguide.xml