What are the available Java EE Websockets implementations?
问题 For the JSR 356 - Java API for WebSocket i know the reference implementation is Tyrus. Are there any others? If not, then i guess Tyrus is the implementation in all Application Servers (Glassfish, JBossAS/Wildfly etc...) 回答1: As far as I know, there are a few JSR 356 Java API for WebSocket implementations besides Tyrus (the reference implementation): Apache Tomcat Jetty Undertow used by WildFly Glassfish is the Java EE reference implementation and uses Tyrus. According to my researches: IBM