https://github.com/srn/wsen
World of Warcraft (0.5.3 3368 build) Server Emulation in node
https://github.com/srn/wsen
emulation nodejs world-of-warcraft
Last synced: 6 months ago
JSON representation
World of Warcraft (0.5.3 3368 build) Server Emulation in node
- Host: GitHub
- URL: https://github.com/srn/wsen
- Owner: srn
- License: mit
- Created: 2019-05-24T09:16:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-05-24T09:20:54.000Z (over 6 years ago)
- Last Synced: 2025-04-13T03:13:26.617Z (6 months ago)
- Topics: emulation, nodejs, world-of-warcraft
- Language: JavaScript
- Homepage:
- Size: 19.5 KB
- Stars: 10
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# wsen
> World of Warcraft Server Emulation in node.js
Currently supports the `0.5.3` (3368 build) alpha client version.
## Features
- Realm listing
- Authentication
- Character enumeration
- Character creation
- World login## Install
```sh
npm i
```## Usage
```sh
node index
```## Acknowledgements
Huge shout outs to [barncastle](https://github.com/barncastle) for helping out with the packet masking and his work on server emulators.
- https://github.com/barncastle/AIO-Sandbox
## License
MIT © [Søren Brokær](http://srn.io)