Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jetty-project/embedded-jetty-websocket-examples

Embedded Jetty WebSocket Examples
https://github.com/jetty-project/embedded-jetty-websocket-examples

java11 jetty websocket websocket-client websocket-server

Last synced: 2 days ago
JSON representation

Embedded Jetty WebSocket Examples

Awesome Lists containing this project

README

        

# The contents of this repository have been moved

See: https://github.com/jetty/jetty-examples for the current and up-to-date Jetty examples.

| Jetty | API | Path |
|-----------|-------------------------|------------------------------------------------------------------------------------------------------------------------------|
| Jetty 12 | `jakarta.websocket` API | [`embedded/ee10-websocket-jakarta-api`](https://github.com/jetty/jetty-examples/tree/12.0.x/embedded/ee10-websocket-jakarta-api) |
| Jetty 12 | jetty websocket API | [`embedded/ee10-websocket-jetty-api`](https://github.com/jetty/jetty-examples/tree/12.0.x/embedded/ee10-websocket-jetty-api) |
| Jetty 11 | `jakarta.websocket` API | [`embedded/websocket-jakarta-api`](https://github.com/jetty/jetty-examples/tree/11.0.x/embedded/websocket-jakarta-api) |
| Jetty 11 | jetty websocket API | [`embedded/websocket-jetty-api`](https://github.com/jetty/jetty-examples/tree/11.0.x/embedded/websocket-jetty-api) |
| Jetty 10 | `javax.websocket` API | [`embedded/websocket-jakarta-api`](https://github.com/jetty/jetty-examples/tree/10.0.x/embedded/websocket-jakarta-api) |
| Jetty 10 | jetty websocket API | [`embedded/websocket-jetty-api`](https://github.com/jetty/jetty-examples/tree/10.0.x/embedded/websocket-jetty-api) |
| Jetty 9 | `javax.websocket` API | [`embedded/websocket-jakarta-api`](https://github.com/jetty/jetty-examples/tree/9.4.x/embedded/websocket-jakarta-api) |
| Jetty 9 | jetty websocket API | [`embedded/websocket-jetty-api`](https://github.com/jetty/jetty-examples/tree/9.4.x/embedded/websocket-jetty-api) |