Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Beispiel für WebSocket handling mit Undertow und JavaScript #17

Merged
merged 1 commit into from
Dec 13, 2023

Conversation

BlazingTwist
Copy link
Owner

resolves #5

Wir haben uns mit WebSockets statt SSE befasst, da wir uns von der beidrichtigen Kommunikation größere Flexibilität erhoffen.

Es wurde ein Beispiel angelegt: example.undertow.UndertowWebsocket
Erreichbar unter http://localhost:8880/webExample/websocket.html
Das zeigt die Grundlagen zum Versenden und Empfangen von Nachrichten mittels WebSocket in Undertow und JavaScript.

@BlazingTwist BlazingTwist changed the base branch from master to 15-define-backend-communication December 13, 2023 15:52
@BlazingTwist BlazingTwist merged commit d4d7d21 into 15-define-backend-communication Dec 13, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Case Study - Server Sent Events
1 participant