Skip to content

enhancement/quic-http3-transports#1132

Open
veltmanj wants to merge 11 commits intorsocket:masterfrom
veltmanj:enhancement/quic-http3-transports
Open

enhancement/quic-http3-transports#1132
veltmanj wants to merge 11 commits intorsocket:masterfrom
veltmanj:enhancement/quic-http3-transports

Conversation

@veltmanj
Copy link
Copy Markdown

@veltmanj veltmanj commented Apr 1, 2026

Beside supporting tcp and web socket communication it might make sense to support http/3

Motivation:

Developing an angular application revealed issues using web sockets with differenct browsers and usage of http/2

Modifications:

added two additional transport type h3:// and quic:// since http/3 is build on top of 'QUIC'.

Result:

as a result one can connect rsocket using tcp://host:port, ws://host:port, wss://host:port. Also has the ability to use h3://host:port or quic://host:port

@veltmanj veltmanj changed the title Enhancement/quic http3 transports enhancement/quic-http3-transports Apr 1, 2026
@veltmanj veltmanj closed this Apr 1, 2026
@veltmanj veltmanj reopened this Apr 1, 2026
veltmanj added 5 commits April 2, 2026 09:21
Signed-off-by: jeroen.veltman <jeroen.veltman@nextend.nl>
Signed-off-by: jeroen.veltman <jeroen.veltman@nextend.nl>
Signed-off-by: jeroen.veltman <jeroen.veltman@nextend.nl>
Signed-off-by: jeroen.veltman <jeroen.veltman@nextend.nl>
Signed-off-by: jeroen.veltman <jeroen.veltman@nextend.nl>
@veltmanj veltmanj force-pushed the enhancement/quic-http3-transports branch from cfd8951 to 758fcf7 Compare April 2, 2026 07:38
veltmanj added 6 commits April 2, 2026 21:19
Signed-off-by: jeroen.veltman <jeroen.veltman@nextend.nl>
Signed-off-by: jeroen.veltman <jeroen.veltman@nextend.nl>
Signed-off-by: jeroen.veltman <jeroen.veltman@nextend.nl>
Signed-off-by: jeroen.veltman <jeroen.veltman@nextend.nl>
Signed-off-by: jeroen.veltman <jeroen.veltman@nextend.nl>
Signed-off-by: jeroen.veltman <jeroen.veltman@nextend.nl>
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