Giter VIP home page Giter VIP logo

wowser's Introduction

Wowser

Version Build Status Dependency Status Code Climate

World of Warcraft in the browser using JavaScript and WebGL.

Licensed under the MIT license, see LICENSE for more information.

Features

  • Lightweight in-browser client without reliance on external plugins.
  • Currently targeting Wrath of the Lich King.
  • A low-level interface for developing bots/tools and debugging servers.

Usage & API

Wowser is both a client as well as a low-level API, allowing one to interact with a World of Warcraft server, behaving exactly as an official client would.

The project is very much a work in progress, but is already capable of successfully authenticating, logging into a realm and listing chat messages.

Development & Contribution

Wowser is written in CoffeeScript and developed with Gulp.

Getting this toolchain up and running, is easy and straight-forward:

  1. Get the code:

    git clone git://github.com/timkurvers/wowser.git
  2. Download and install Node (includes npm) for your platform.

  3. Install dependencies:

    npm install
  4. Run gulp which will automatically build the project when source files change.

  5. To utilize raw TCP connections a WebSocket proxy is required for JavaScript clients.

    Websockify can - among other things - act as a proxy for raw TCP sockets.

    For now, you will want to proxy both port 3724 (auth) and 8129 (world). If your server is on the same machine as your client, use a different set of ports.

    websockify 3724 host:3724
    websockify 8129 host:8129
  6. Use npm run serve to serve Wowser on localhost:3000.

When contributing, please:

  • Fork the repository
  • Open a pull request (preferably on a separate branch)
  • Do not include any distribution files (such as wowser.js or wowser.min.js)

Browser Support

Wowser is presumed to be working on any browser supporting JavaScript's typed arrays and at the very least a binary version of the WebSocket protocol.

wowser's People

Contributors

timkurvers avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.