MegaBits / SIOSocket

Realtime iOS application framework (client) http://socket.io
MIT License
494 stars 80 forks source link

Is it possible to integrate JS callbacks bridge from socketio? #47

Open zulkis opened 9 years ago

zulkis commented 9 years ago

I am wondering how to do that since I started to work with this lib. Did somebody think about it?

In theory it would be perfect to call the 'calback' function from default socket.io implementation rather than use 2 emit calls (client->server(request) and server->client(response))