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

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

r - url in CRAN extension manual -

c - how to symlink a shared object file (lib) -