#HTTP2

2025-06-07

finally getting on the #HTTP2 hype train

Neustradamus :xmpp: :linux:neustradamus
2025-06-05
Neustradamus :xmpp: :linux:neustradamus
2025-06-03
Michael Leemicl2e2
2025-05-22

When I frequently see this while playing with those "bleeding edge" protocols being invented by big techs and surely having been evolving for a long time, I can't help asking through my screen: "Is that the result of your thousands or millions of dollars of investment?"

HTTP2 Error
2025-05-01

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.

habr.com/ru/articles/906324/

#http2 #rust #http3 #quic #grpc #asyncio #tokio

Neustradamus :xmpp: :linux:neustradamus
2025-04-23

1.28.0 has been released ( / / / / / / / ) nginx.org/

Neustradamus :xmpp: :linux:neustradamus
2025-04-23
Neustradamus :xmpp: :linux:neustradamus
2025-04-20
Neustradamus :xmpp: :linux:neustradamus
2025-04-18
Neustradamus :xmpp: :linux:neustradamus
2025-04-18

1.27.5 (dev) has been released ( / / / / / / / ) nginx.org/

SEO copywriter Daniel Beránekseo_copywriter_daniel_beranek
2025-04-09

, ,

analýza výkonu, , event-driven architektury, konfigurace, bezpečnosti, podpory , , pro dynamické weby

danielberanek.cz/srovnavaci-st

Srovnání webserverů LiteSpeed, Apache a Nginx
Inautiloinautilo
2025-03-13


HTTP/3 is everywhere but nowhere · Be patient if you want end-to-end HTTP/3 for your app ilo.im/162rz8

_____

Stefan Eissingicing@chaos.social
2025-03-03

mod-h2 v2.0.30 out with a fix for erroring overly large response headers, a new directive for adjusting the limit and a minor fix.
#apache #http2
github.com/icing/mod_h2/releas

Brian Musakwadigreatbrian
2025-02-15

🚀 Introducing Duck Framework 🦆

Duck Framework enhances Django with features not found out of the box:

SSL Management 🔐

Live Reloading 🔄

React Template Support ⚛️

Task Automation ⚙️

HTML Components 🖥️

HTTP/2 Support 🌐

Versatile Customization 🔧

Supercharge your Django projects with security, flexibility, and speed. Check it out now:

👉 github.com/digreatbrian/duck

🚀 Boost your Django projects with Duck Framework! 🔥 Features like SSL management, Live Reloading, React integration, HTML components, and HTTP/2 support make web development faster, more secure, and easier. 🚀 Ready to level up your projects? 🌐 Check out Duck Framework today! 👇

#Django #WebDev #Python #React #Framework #HTTP2 #Security #Innovation #DevTools
2025-02-01

Scheduling HTTP Streams
by Alexander Krizhanovsky.

Understand how a web server manages millions of concurrent web requests.
* Differences in treatment for progressive JPEG vs a PNG.
* Resilient against DDoS attacks and other vulnerabilities.
* Compare Nginx, Envoy, Apache.

fosdem.org/2025/schedule/event

Live stream:
live.fosdem.org/watch/ua2220

#fosdem #fosdem2025 #webperf #linuxkernel #http2 #http3 #httpd #envoy #nginx

Alexander presenting on stage at the Fosdem Web Perf track in a lecture room at University Libre Brussels, next to a his slides and a green chalkboard.
2025-02-01

How browsers REALLY load Web pages by Robert Marx @programmingart

Browsers go through great lengths to workaround the fact that most web servers and major CDN provides do not honour the HTTP fetch priority correctly.

The same page has a very different waterfall in Firefox, Chrome, and Safari.

fosdem.org/2025/schedule/event

Live stream:
live.fosdem.org/watch/ua2220

#fosdem #fosdem2025 #webperf #http2 #http3

Robert wearing a clown wig, gesturing hands and looking serious, in front of a chalkboard and projector screen in a class room at University Libre Brussels at the web performance track at Fosdem 2025.
2025-01-31

[Перевод] Как работает HTTP/2 и как использовать его в Go

HTTP/2 – это значительное обновление по сравнению с HTTP/1.1, решающее его ключевые ограничения, такие как блокировка Head-of-Line (HoL) и неэффективность многократных соединений. В этой статье мы разберёмся, почему HTTP/2 стал стандартом, как он устроен и чем отличается от предыдущей версии протокола. Мы рассмотрим ключевые концепции HTTP/2: мультиплексирование, сжатие заголовков HPACK, бинарный формат фреймов и серверный push. Во второй части статьи мы покажем, как включить HTTP/2 в Go-приложениях. Вы узнаете, как правильно настроить HTTP-сервер с поддержкой TLS и ALPN, какие пакеты использовать и какие нюансы учитывать при разработке. Также мы обсудим практические аспекты работы с HTTP/2, возможные проблемы и пути их решения.

habr.com/ru/articles/878148/

#go #http2 #сетевые_протоколы

Neustradamus :xmpp: :linux:neustradamus
2025-01-24
Paolo Melchiorrepaulox@fosstodon.org
2025-01-20

TIL Network protocols Sans I/O ⚡

“… network protocol implementations written in Python that perform no I/O (this means libraries that operate directly on text or bytes; this excludes libraries that just abstract out I/O).” 🤯

Read the reference page 👇
sans-io.readthedocs.io/

#Reusability #Python #FastCGI #HTTP2 #H11 #IRC #OAuth2 #OAuthLib #WebSocket #SOCKS5 #RFC2217 #SerialOverIP #EPICS #FIX #QUIC #LanguageServerProtocol #SMTP #DBus #ThorlabsAPT #Matrix #SSL #TLS #CPython #multipart #formdata

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst