Any API for implementing web sockets in java

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.

+3
source share
3 answers

The following very similar Java sound servers / frameworks support a web socket:

Note that web sockets are not universally supported as a result of security issues (and because Microsoft does not want to).

JMS, JMS -, . HornetQ ActiveMQ Stomp.

+2

Grizzly - , . -, java.net.Socket, , - , /.

0

All Articles