Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days ago
JSON representation
Embedded Jetty WebSocket Examples
- Host: GitHub
- URL: https://github.com/jetty-project/embedded-jetty-websocket-examples
- Owner: jetty-project
- Archived: true
- Created: 2013-12-01T14:42:54.000Z (about 11 years ago)
- Default Branch: repo-moved
- Last Pushed: 2024-04-25T14:51:59.000Z (9 months ago)
- Last Synced: 2024-09-30T13:02:00.798Z (4 months ago)
- Topics: java11, jetty, websocket, websocket-client, websocket-server
- Homepage:
- Size: 473 KB
- Stars: 185
- Watchers: 25
- Forks: 75
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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) |