Introduction
This document details the potential integration with the Gosu Gamers web site. The intention is to streamline tournaments to limit the risks of technical difficulty for teams and tournament organisers.
...
This open would be a new java client that could be used by the Gosu Site. Essentially the Gosu Site uses the java client to send a request to the NautDrafter System to create a drafting server with the required information.
Push Request - HTTP GET
The simplest method of spawning a new Drafting Server from the web could be to have an HTTP endpoint.
The link could look something like this: `http://server.nautdrafter.monky-games.com/drafting/create?redteam=name&blueteam=name&draft-config=conf&map=map&password=pass`
.
Additionally, we could set up NautDrafter as a URI handler (definitely possible, but I'm not sure how easy it is), so to join a server the user just clicks on a link in their browser and it automatically starts NautDrafter with the server.
e.g. `nautdrafter://219.89.87.243:12345/`
- which (if we can get the URI handler set on all systems) would allow users to just paste their link into a chat or forum.