jetty-project / embedded-jetty-websocket-examples

Embedded Jetty WebSocket Examples

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebSockets on Embedded Jetty

This project contains examples on using WebSockets with Embedded Jetty.

Note: If you want to use CDI + websockets with Jetty, check out the example project at

https://github.com/jetty-project/embedded-jetty-weld

There are 2 APIs you can use with Jetty, the native WebSocket API and the javax.websocket API.

Project: javax.websocket-example

Demonstration of how to create a WebSocket Client or a WebSocket Server using javax.websocket APIs.

Project: native-jetty-websocket-example

Demonstration of how to create a WebSocket Client or WebSocket Server using org.eclipse.jetty.websocket APIs.

About

Embedded Jetty WebSocket Examples

License:Other


Languages

Language:Java 100.0%