I have a requirement to make a web-based interactive application in which the server can transfer data to clients (web browser, Android phone and JME phone). I suggested using Websockets, not the other way around. Is there any good framework for java to implement websockets. Please suggest.
source
share