console.log('CONNECT')
window.ws = xio.app('ws://127.0.0.1:8484')
console.log(ws)
window.ws._handler.connect()
window.ws.get('hello')
alert('ok')