socket.io-titanium
socket.io-titanium copied to clipboard
socket.io for titanium mobile
Thanks for your code. Anyway, do you have any plan for Socket I/O 1.0..? :)
An error occurs after data transmission, everything is well emit is done successfully, but after a few seconds without activity on the app an error screen appears with the information:...
I've tried all the instructions and ios is fine but android devices do not make any communication with server. ----------------------------------------------------------------- SERVER var io = require('socket.io').listen(8080); var chat = io.of('/chat'); chat.on('connection',...
hi, im having trouble using socket.io-titanium outside of localhost (port 3001). for example, I've tried deploying the node server code to Appcelerator's nodeacs hosting facility ; it returns a web...
Socket.io-Titanium has been working great for me, however, when I went to submit my app to iTunes Connect, I was rejected by Apple due to an app crash on launch....
To test your framework i use something like this on the iphone simulator ``` var io = require('socket.io-titanium'); var socket = io.connect('127.0.0.1:8080'); var chat = socket.of('/chat'); ``` while running my...
Hi everytime i run the code i get the following issues ``` [ERROR] Script Error = 'undefined' is not a function (evaluating 'obj.otherwise()') (unknown file) 2012-08-20 09:15:29.483 socketio.titanium[4170:1b50b] *** Terminating...
Hi, i'm using Titanium 2.0 and Android 4.1 on windows7. I downloaded the folders socket.io and ti-websocket-client and also the file socket.io-titanium.js. I launched the server it works well and...
Location: [8,0] app://socket.io/lib/io.js Message: ReferenceError: "window" is not defined. (app://socket.io/lib/io.js#8)
Would it be possible to add WSS/SSL support to ti-websocket-client.js? It appears that socket.io-titanium properly parses and sets up for secure communication, but the websocket client only supports communication on...