try {
BufferedReader sysin = new BufferedReader( new InputStreamReader( System.in ) );
/*First of the thinks a programmer might want to change*/
Draft d = new Draft_17();
String clientname = "tootallnate/websocket";
String protocol = "ws";
String host = "localhost";
int port = 9001;