Small projects created on my way to Jetty nirvana
The files are public domain - unless there is a different note (by their respective authors) on the top of some files.
Echo based on Jetty WebSocket Client API example:
JacksonParsingDemo a Java console app to try the Jackson ObjectMapper
(Does not use Jetty yet) TlsPskClient based on Java Bouncy Castle TLS PSK example by Tiebing:
(Does not use Jetty yet) TlsPskClient2 based on a Bouncy Castle testcase
(Does not use Jetty yet) TlsPskServer based on a Bouncy Castle testcase
(Does not use Jetty yet) TlsPskServer2 based on a Bouncy Castle testcase
Videochat based on WebRTC Cookbook:
WebsocketHandler based on jetty-project/embedded-websocket-echo-examples by Joakim Erdfelt and includes Linux config files for systemd service and port forwarding 80 -> 8080:
WssEmbedded listens on ws://127.0.0.1:8080 and wss://127.0.0.1:8443:
jakartaee-hello-world add a Jakarta EE10 project:
jetty-mac-opcode-7 demonstrates the "Unknown opcode: 7" problem on macOS with Jetty 100: