Tag Archives: socket.io

Socket Programming : How to Integrate Socket.io java Client in your Android App without Maven

I needed to implement Websockets between my android app and a web application to efficiently stream real-time text data (values that change over 10 times per second .. or more). Normally, most applications connect to a server using http calls … Continue reading

Posted in Tutorials | Tagged , | 1 Comment