You are not logged in.
Pages: 1
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
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
Thanks @AB, so i will definitively stay with http.sys
Offline
Pages: 1