Java, HTML and Android application using the same ServerSocket server -



Java, HTML and Android application using the same ServerSocket server -

is possible web html site, android or ios , desktop client communicate using java sockets (the server using serversocket)?

you should utilize implementation of websockets in server, instead of pure serversockets, : http://jwebsocket.org/ , web clients utilize http://socket.io/ mature implementation of websockets.

like utilize same html create communicate server using websockets, pages , android runnning embeded in phonegap.

hope helps.

java android html

Comments

Popular posts from this blog

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

javascript - mongodb won't find my schema method in nested container -