public static void StartNodeServer() { NodeServerConnection = new Thread(delegate() { NodeServer.Open(); }); NodeServerConnection.Start(); }