WebSocket client for Titanium Mobile It's implementation of WebSocket client for Titanium Mobile. Supported protocols hybi-07 How to use it copy "ti-websocket-client.js" to your app Resources directory. var WebSocket = require('ti-websocket-c... 続きを読む
This plug-in is used to send and receive the JSON object directly with Web Sockets API. UsageConnectionvar ws = $.websocket("ws://127.0.0.1:8080/");Sending Messagews.send('hello'); // sending message is '{type:'hello'}'. ws.send('say', {name:... 続きを読む