49505152535455
* */ private LiveCoding() { Thread.setDefaultUncaughtExceptionHandler(this); socket = new NativeWebSocket("ws://localhost:10021/live" + window.location.pathname, this); }