Code Monkey home page Code Monkey logo

dakara-client's Introduction

Dakara-client

Dakara Online is a HTML5/Javascript MMORPG.

Server code.

Running

To run the client it is necessary to host the 'client' folder in a http server, one program that enables you to do this is http-server.

Client configuration

The server version, ip and port can be configured in the file 'config.json':

{
    "version":"0.13.2",
    "ip":"dakaraonline.tk",
    "port":"443"
}

Client build

This step is not necessary, but it is recommended to transpile the code to es5 syntax to support older browsers, and to minify the code, you can achieve this by running the script 'build.sh' inside the bin folder.

Hosting server

In addition to following the indications in the server readme, you should use websockify to translate the client traffic from websockets to pure TCP.

License

This content is released under the (http://opensource.org/licenses/MIT) MIT License.

Dakara-client (Español)

Cliente web del MMORPG Argentum Online, escrito desde cero en Javascript.

Ejecutar

Solo es necesario hostear la carpeta client -que contiene el index.html-, en un servidor local http, como si se tratase de cualquier pagina web. Un programa simple para hacer esto es http-server

Configuración cliente

Para configurar el cliente usar el archivo config.json, donde se indica puerto, ip y version del servidor al cual se conectará:

{
    "version":"0.13.2",
    "ip":"dakaraonline.tk",
    "port":"443"
}

Cliente minificado

No hace falta hacer esto, pero es recomandable, ya que crea una version del codigo compatible con navegadores viejos, disminuye el tamaño del codigo y junta los distintos archivos en uno solo. Ver wiki

Hostear servidor propio

Ver en wiki

Licencia

Los contenidos estan sujetos a la licencia MIT (http://opensource.org/licenses/MIT).

dakara-client's People

Contributors

horaciomartinez avatar

Watchers

 avatar  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.