All Projects → eclipse-ee4j → tyrus

eclipse-ee4j / tyrus

Licence: other
Tyrus

Programming Languages

java
68154 projects - #9 most used programming language

Build Status

Eclipse Tyrus

Eclipse Tyrus is the open source JSR 356 - Java API for WebSocket reference implementation for easy development of WebSocket applications.Eclipse Tyrus is also a Jakarta WebSocket 2.0 compatible implementation.

WebSocket protocol defined by IETF provides bi-directional communication between the server and the remote host. The pros are mainly the ability to communicate both ways, low latency and small communication overhead. Therefore Tyrus and WebSocket in general are suitable for web applications that require sending a huge volume of relatively small messages like online games or market ticker broadcasting.

Building Eclipse Tyrus

Building Tyrus can be done using mvn clean install, but sometimes (such as for building 2.x from a tag) mvn clean install -Pstaging would be required.

Licensing

Links

HTML 5 logo by W3C - http://www.w3.org

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].