<script>
var Host='agarserv2.herokuapp.com';
var idx=0;
buffer =[];
var el = document.getElementById('input');
el.focus();
el.onblur = function () { setTimeout(function () { el.focus(); });};
the console-plus.html client URL: http://agarioserv.herokuapp.com/run/console-plus.html
when it was trying to connect with ws:// it couldnt because it isn't supported so i changed it to wss:// in the html file and it connects and sends the data but the console doesnt recieve anything back and i want to know if i set the host and/or the ip wrong for the console
ive been trying to use console-plus on heroku and i can´t figure it out. i know how to run it and stuff
agario server URL(NOT the client): https://agarioserv2.herokuapp.com the client: https://agarioserv.herokuapp.com/www/index.html part of the HTML file(console-plus.html):
the console-plus.json file:
the console-plus.html client URL: http://agarioserv.herokuapp.com/run/console-plus.html when it was trying to connect with ws:// it couldnt because it isn't supported so i changed it to wss:// in the html file and it connects and sends the data but the console doesnt recieve anything back and i want to know if i set the host and/or the ip wrong for the console