poisontap
poisontap copied to clipboard
YOUR.DOMAIN
What should I fill in at ws://YOUR.DOMAIN:1337 I mean, do you have to set something up or can you just fill in something??
you should fill it with your server domain name which is running the backend_server.js. It can also be a internet accessible IP adress.
ex : ws://baguette.com:1337 or ws://34.193.233.134:1337
You should read the source code and learn what websocket are.
In what file is this?