/SocketDemo

A simple android demo to test websockets

Primary LanguageJava

SocketDemo

A simple android demp app to test communicating with a web server using websockets.

We are using [nkzawa/socket.io-client.java] (https://github.com/nkzawa/socket.io-client.java) for our websockets.

The android app, connects with a socket.io/node.js server and listens for specific events from the server in order to update it's gui.