Skip to content

horacioMartinez/dakara-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

HTML5/Javascript MMORPG

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published