#1 2025-09-10 14:18:58

loki
Member
Registered: 2018-01-20
Posts: 22

does mOrMot work with http/3 ?

hi,

does mOrMot work with http/3 ? i know that http.sys support http/3 from windows 2022, but without http.sys does mOrMot work with http/3 ?
Http/3 is really a big jump as it's not use anymore traditional TCP

Last edited by loki (2025-09-10 14:19:49)

Offline

#2 2025-09-10 14:20:33

ab
Administrator
From: France
Registered: 2010-06-21
Posts: 15,181
Website

Re: does mOrMot work with http/3 ?

No, we don't support HTTP/2 nor HTTP/3 in pure mORMot mode.
Those are very complex scheme, and it would rather need an external library to properly implement them.
And speaking about protocols, I would rather implement TLS/1.3 in pure mORMot pascal code before those HTTP variants.

If you really need them, put a reverse proxy like nginx in-between your clients and your mormot servers.
But I don't see any real benefit in respect to our binary WebSockets protocols, which has already a lot of features built-in for regular SOA clients (like binary protocol, efficient compression, tiny headers and frames gathering).
And for high-end production servers, a CDN is the way to go, which would easily relay to mORMot servers in HTTP/1.1.

Offline

#3 2025-09-10 14:26:13

loki
Member
Registered: 2018-01-20
Posts: 22

Re: does mOrMot work with http/3 ?

Thanks @AB, so i will definitively stay with http.sys

Offline

Board footer

Powered by FluxBB