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

Alternate server support #17

Merged
merged 8 commits into from
Sep 16, 2023
Merged

Alternate server support #17

merged 8 commits into from
Sep 16, 2023

Conversation

tatut
Copy link
Owner

@tatut tatut commented Sep 9, 2023

Work out protocols and other needed changes to decouple WebSocket from http-kit dependency.

Added another implementation: pedestal+jetty and a very simple counter app example for it.

Abstract actual WS send and callbacks in order to make it possible
to support other servers than http-kit.
We only need one new protocol, which can be in the same protocols ns.
We don't need core.async use here as we already have an executor
configured, use that to cleanup unconnected contexts.
@tatut tatut marked this pull request as ready for review September 16, 2023 07:55
@tatut tatut changed the title WIP Alternate server support Alternate server support Sep 16, 2023
@tatut tatut merged commit 9d20fc4 into master Sep 16, 2023
1 check passed
@tatut tatut deleted the alternate-server-support branch September 16, 2023 08:06
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.

1 participant