Thanks for the responses on and off list.
As I mentioned, I literally took the examples distributed with Vertx and ran them.
Specifically the eventbus examples with uses SockJS as the client and the websockets example.
I confirmed that they work as expects on Firefox and Chrome on my desk top.
I have tried;
- Safari iPhone 3GS, run iOS 4.3
- Chrome iPhone 3GS, run iOS 4.3
- Safari iPhone 4S, run iOS5
- Chrome on a Galaxy (something)
- Safari iPad, run iOS5
The eventbus page would not connect.
The websockets page flashed and then alerted socket closed.
I am a coder that generally sticks to the backend, and hence asking for "noob" pointers.
- Do I need to modify the html to enable something on mobile clients?
- What is the best way to debug this, and what output should I post?
- Should I be trying
socket.io as it explicitly mentions mobile browser support where sockJS doesn't?
- Does
socket.io or sockJS have more active developer communities?
- Anyone have working code using
socket.io as an event bridge.
Thanks
Gary