Skip to content

dgurjar/webclient

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webclient for Pokémon Online

It connects to a relay station, which in turns connects to a PO server. If you want multiple webclients to be able to connect to your server through a relay station, you'd better add the relay station to the proxy servers in your server config.

The host of the official PO relay station is ws://server.pokemon-online.eu:10508

Cloning

This contains a submodule, so don't forget to do the following commands after the initial clone:

git submodule init
git submodule update

When merging a commit, if their ps/ folder has changed head, you need to do the following command in order to update the submodule folder in your local directory:

git submodule update

Testing

Thanks to github pages you can test the current repository with this url: http://po-devs.github.io/webclient/?server=default&autoconnect=true

Add the query parameter 'user' to automatically have your username set up, or 'server' to use a different server than PO's main server.

Info

Libraries used:

About

Webclient for pokemon online

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%