- keybindings for the emulator
- physics system
- asset system using HTTP GET in
waple.net - database read/write
general web app communication
- browser
idgenerate and refresh (every 10 minutes) - update active clients of world-state
- maplestory asset serving
maplestory server implementation
- account/character database
- world environment
Using ext.add({ src: file_in_directory }) will help you to add features without much work.
Operates using Web Workers
ext.TYPE: []
default types
'action', 'assets', 'database'
`add()`
ext.add() @params {
src: filename
}
`remove()`
ext.remove() @params {
src: filename
}
`exec()`
ext.exec() @params {
_: ext.TYPE
fn: your_class_function
params: []
}
This will be for a planned server API. Keep watch :D