@theaitch @Codeberg that's what I did in the past, but for some reason, #bunnycdn is much slower than statichost, even when optimizing caching etc.
Beides the lack of #http3, there must be more that #statichost is doing.
@theaitch @Codeberg that's what I did in the past, but for some reason, #bunnycdn is much slower than statichost, even when optimizing caching etc.
Beides the lack of #http3, there must be more that #statichost is doing.
We apologize if you’ve recently experienced any connection issues. Over the past two days, we’ve been upgrading our infrastructure to support HTTP/3 and IPv6 — bringing faster performance, improved reliability, and future-proof connectivity.
The upgrade is now complete, you should no longer encounter issues. You can now fully benefit from these enhancements.
HTTP/2 / HTTP/3 и gRPC на Rust: пишем учебный Mini-Transport
Статья-практикум показывает, как устроены HTTP/2, HTTP/3 (QUIC) и gRPC на самом низком уровне. Вместо толстых библиотек мы пишем минимальный учебный фреймворк «Mini-Transport» на Rust (~600 строк): реализуем кодек HTTP/2-фреймов, упрощённый gRPC-протокол и базовую обёртку над QUIC. В результате получаем рабочий echo-клиент и сервер, которые пересылают «hello ↔ world» через собственноручно собранные фреймы. Разбор сопровождается поясняющими схемами, ссылками на RFC, вариантами дальнейшего развития (HPACK, flow-control, TLS/ALPN) и готовым репозиторием для самостоятельных экспериментов. Материал рассчитан на разработчиков, желающих понять «как всё крутится под капотом» и прокачать навыки низкоуровневой сетевой работы в Rust.