ti-websocket-client icon indicating copy to clipboard operation
ti-websocket-client copied to clipboard

WebSocket client for Titanium Mobile 1.7.x+

Results 6 ti-websocket-client issues
Sort by recently updated
recently updated
newest added

Hi, your module is very great, but i've a question, it's posible detect script when close? Thanks

I'm implementation for hybi-07 fragmantation message(http://tools.ietf.org/html/draft-ietf-hybi-thewebsocketprotocol-07#section-4.7) and other problem patches below: - read message = 48 chars braked frame data. issue "Messages >= 48 Chars Breaks the Connection":: nowelium/socket.io-titanium#8

I've tried faye,websocket-server and websocket node modules, but all give error wrong handshake. Which one did you try? And could you give an example server.js with node?

It doesn't seem to just yet. I assume this would be an easy fix? thx

First of all, great work!!! I'm really looking forward to see this integrated with socket.io. I've seen that you've fixed some JSlint errors, I've found some more: You're creating arrays...