An open API service indexing awesome lists of open source software.

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

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)