ASHISH MULEYgrpcprotocol.hashnode.dev·Nov 8, 2024Understanding gRPC: A Modern Communication Protocol for MicroservicesIntroduction Under this development unfolding context that currently centers on distributed systems, cloud-native apps, and microservices, the key decision of choosing a specific protocol on which data shall be transferred from one service to another...Iron Man and 3 others are discussing this4 people are discussing thisDiscuss·478 likes·339 readsgRPC
Alvin Leealvinslee.hashnode.dev·Oct 10, 2024Custom domains for HTTP/2 on Heroku - so easy.Several months ago, Heroku announced HTTP/2 support from browser to router. This is pretty awesome, as it means our Heroku applications can now reap the benefits of multiplexing and stream prioritization. It looks like Heroku’s roadmap will eventuall...DiscussTutorial
BestWeb VenturesforBestWeb Ventures's Blogblog.bestwebventures.in·Oct 9, 2024Mastering Thruster for Ruby on Rails: A Deep Dive for BeginnersDeploying Ruby on Rails applications can be challenging for new developers, especially when it comes to managing server configurations, handling security with TLS certificates, and optimizing performance. Typically, setting up a production-ready envi...Discuss·316 readsRails
Thomas Burkhartblog.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 10 others are discussing this11 people are discussing thisDiscuss·42 likes·3.5K 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
Anish Ratnawatanishratnawat.com·Dec 29, 2023HTTP/1.1 vs. HTTP/2 vs. HTTP/3: A Comprehensive Comparison, Limitations, and Adoption TrendsThe Hypertext Transfer Protocol (HTTP) is the backbone of the web, evolving over decades to address performance, scalability, and security needs. Each version brought significant changes to overcome the limitations of its predecessor. This blog delve...DiscussSystem Design Fundamentalshttp1
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