Thomas BurkhartProblog.burkharts.net·Jul 3, 2024FeaturedEverything You Always Wanted to Know About HttpClientsIn case you are wondering about the cover of this post, I had to share with you the incredible location I was writing this post When starting out writing apps with Flutter or Dart, you probably, like me, just followed the examples on how to make HTT...Ayodele Samuel Adebayo and 11 others are discussing this12 people are discussing thisDiscuss·41 likes·3.0K readsFluttergreat 9
v likeblog.iread.fun·Jan 19, 2024Node.js 从列表中查找最快的 HTTP/2 DoH 服务器对 DoH(DNS over HTTPS)来说 HTTP/2 尤其有效,因为 HTTP/2 支持多路复用,允许在同一连接上发送多个 DNS 查询,而无需等待之前的响应。这可以大大提高 DNS 解析的性能,尤其是在同时进行多个查询时。 网络上有数百个公开可用的 DoH 服务器,我们可以使用 Node.js HTTP/2 模块来查找在一定阈值(如 1 秒)内响应最快的服务器。 首先,让我们定义一个函数 check_url,它将返回一个 promise,并在 HTTP/2 请求成功时转为 resolv...Discusshttp2
v likeblog.iread.fun·Jan 19, 2024Node.js Find Fastest HTTP/2 Servers from DoH ListHTTP/2 is particularly beneficial for DoH(DNS over HTTPS) because it allows multiple DNS queries to be sent over the same connection without waiting for previous responses, thanks to its support for multiplexing. This can significantly improve the pe...DiscussNode.js
Animesh PathakforKeploy Community Blogkeploy.hashnode.dev·Dec 15, 2023Decoding HTTP/2 Traffic is Hard, but eBPF can helpI've come across a particular challenge that many of us face: decoding HTTP/2 traffic. In this blog, I'll share insights on why decoding HTTP/2 headers can be tricky, how HPACK adds a layer of complexity, and most importantly, how eBPF uprobes can co...DiscusseBPF
Ritwik Mathritwikmath.hashnode.dev·Oct 28, 2023The Evolution of HTTP: From HTTP/1 to HTTP/3. Why HTTP/3 is the Future?In the world of networking and data exchange, HTTP, short for Hypertext Transfer Protocol, takes center stage as a fundamental application layer protocol. This crucial protocol serves as the backbone for transmitting data between devices connected to...Discusshttp
Divye Jaindjcodes.hashnode.dev·Aug 11, 2023Node.js HTTP magic! - A guide for Beginners!!Unraveling the Magic of Node.js HTTP Handling Hey there, Node.js enthusiasts and curious souls! If you've ever wondered how Node.js handles those HTTP requests with such finesse, buckle up, because we're about to take you on a wild and hilarious ride...Discuss·1 likeNode.js
Hiteshdev-hitesh.hashnode.dev·Apr 26, 2023The Evolution of HTTP and Why Companies Should Move to HTTP2Why should we even care? Let's say you are surfing through Instagram when you notice the advertisement "How to become a great engineer." "Click to register for the free webinar." The page takes 20 seconds to load when you click on it. It is typically...Discuss·10 likeshttp
Akash Pateakashpate.com·Jan 28, 2023Configuring the DropletHello 👋,Welcome to the second article in the "Deploying PHP Application on Digital Ocean" series. In this article, we will connect to the droplet via SSH and configure the droplet. Connecting via SSH Let's log in to the droplet. Firstly, you need to...Discuss·55 readsDeploying PHP Application on Digital OceanPHP
Shubham Prajapatblog.shubhamp.dev·Dec 5, 2022How to enable HTTP2 in AWS ELB?To use HTTP/2 on Amazon Web Services (AWS) Elastic Load Balancer (ELB), you will need to create an Application Load Balancer (ALB) and enable HTTP/2 support for it. ALBs are designed to handle traffic at the application layer, and support a range of ...Discuss·154 readshttp2
Shubham Prajapatblog.shubhamp.dev·Dec 5, 2022Enable HTTP2 for NodeJS Applications using NginxTo use HTTP/2 in a NodeJS application, you will need to use an HTTP/2-enabled web server, such as Nginx or Apache, as a reverse proxy for your NodeJS application. This allows the webserver to handle the HTTP/2 protocol and pass incoming requests to y...Discuss·182 readsnginx