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
Post a Comment