Added public demo to README.md

This commit is contained in:
Daniel Brunner
2016-08-02 21:22:22 +02:00
parent b8848ce897
commit 0fadde7098

View File

@@ -1,6 +1,8 @@
# PokeMobBotMap # PokeMobBotMap
A browser map for [PokeMobBot](https://github.com/PocketMobsters/PokeMobBot) using the new websocket API. A browser map for [PokeMobBot](https://github.com/PocketMobsters/PokeMobBot) using the new websocket API.
A public demo can be found [here](http://pokemap.localhorst.xyz/). Please be aware that my internet provider sometimes has outages. It may not be available at the moment.
## Installation ## Installation
I recomment using an apache webserver for serving the map because there is an websocket module that can help you to avoid using a second tcp port just for the websocket. I recomment using an apache webserver for serving the map because there is an websocket module that can help you to avoid using a second tcp port just for the websocket.
The apache acts then as a "proxy" for the websocket api on `/websocket`. The apache acts then as a "proxy" for the websocket api on `/websocket`.