This post is a write-up of how I learnt more about server-side web development with Node.js, and a brief comparison of writing a simple HTTP server using 3 different frameworks, Express, Koa.js and Hapi.js.
#node #http
#node #http
Bits and Pieces
A Beginner’s Guide to Server-Side Web Development with Node.js
if you’re an experienced Node.js developer, you’re probably going to think what’s in here is blindingly obvious/simple. It’s not.
HTTP is a thing of beauty: a protocol that has survived longer than 20 years without changing much.
#HTTP #WebSecurity
#HTTP #WebSecurity
freeCodeCamp.org
Web Security: an introduction to HTTP
This is part 2 of a series on web security: part 1 was “Understanding The Browser”
As we’ve seen in the previous parts of this series, servers can send HTTP headers to provide the client additional metadata around the response, besides sending the content that the client requested. Clients are then allowed to specify how a particular resource should be read, cached or secured.
#HTTP #WebSecurity
#HTTP #WebSecurity
freeCodeCamp.org
Secure your web application with these HTTP headers
This is part 3 of a series on web security: part 2 was “Web Security: an introduction to HTTP”
Imagine being a backend developer who needs to implement sessions in an application: the first thing that comes to your mind is to issue a token to clients and ask them to send this token with their subsequent requests. From there onwards you are going to be able to identify clients based on the token included in their request.
#HTTP #WebSecurity
#HTTP #WebSecurity
freeCodeCamp.org
Web Security: How to Harden your HTTP cookies
Note: this is part 4 of a series on web security. Part 3 was Secure your web application with these HTTP headers.
In this article, I will walk you through how the world wide web works at a fundamental level.
⏱ 5 min read
🔘 #HTTP
✍️ Don’t forget to say if you liked the article by leaving a comment below this post!
⬇️
⏱ 5 min read
🔘 #HTTP
✍️ Don’t forget to say if you liked the article by leaving a comment below this post!
⬇️
freeCodeCamp.org
An introduction to HTTP: everything you need to know
In this article, I will walk you through how the world wide web works at a fundamental level. The core technology is HTTP - Hypertext Transfer Protocol. It's the communication protocol you use when you browse the web. At a fundamental level, when you visit…
When researching the internet and the technologies behind it, you might have come across this term: HTTP. HTTP, or Hypertext Transfer Protocol, is the backbone of the web and is the universal protocol for transferring text data. You have no doubt used it, as the website you learned about HTTP on uses HTTP.
⏱ 4 minutes read
#HTTP
⏱ 4 minutes read
#HTTP
Medium
What is HTTP/3, and Why Does it Matter?
HTTP/3, or HTTP over QUIC, brings many new performance features to HTTP
After almost five years in development, the new HTTP/3 protocol is nearing its final form. Earlier iterations were already available as an experimental feature, but you can expect the availability and use of HTTP/3 proper to ramp up over in 2021. So what exactly is HTTP/3? Why was it needed so soon after HTTP/2? How can or should you use it? And especially, how does it improve web performance? Let’s find out.
⏱ 20 minutes read
#HTTP
⏱ 20 minutes read
#HTTP
Smashing Magazine
HTTP/3 From A To Z: Core Concepts — Smashing Magazine
After almost five years in development, the new HTTP/3 protocol is nearing its final form. Earlier iterations were already available as an experimental feature, but you can expect the availability and use of HTTP/3 proper to ramp up over in 2021. So what…
After almost five years in development, the new HTTP/3 protocol is nearing its final form. Let’s take a close look at the performance improvements of HTTP/3, congestion control, head-of-line-blocking, and 0-RTT connection set-up.
⏱ 48 minutes read
#HTTP
⏱ 48 minutes read
#HTTP
Smashing Magazine
HTTP/3: Performance Improvements (Part 2) — Smashing Magazine
After almost five years in development, the new HTTP/3 protocol is nearing its final form. In this second part, Robin Marx will zoom in on the performance improvements that QUIC and HTTP/3 bring to the table for web-page loading. We will, however, also be…
HTTP/3 is here, and it’s a big deal for web performance. See just how much faster it makes websites!
⏱ 5 minutes read
#HTTP
⏱ 5 minutes read
#HTTP
Medium
HTTP/3 is Fast
HTTP/3 is here, and it’s a big deal for web performance. See just how much faster it makes websites!