Please log in to watch this conference skillscast.
In Matteo's journey through nodeland, he always wondered about the cost of his abstractions. Express, Hapi, Restify, or just plain Node.js core? require (‘http’) can reach 44k requests/sec, Express 28k, and Hapi 21k.
Matteo began a journey to write a HTTP framework with extremely low overhead, and Fastify was born. With its ability to reach an astonishing 47k requests/sec, Fastify can halve your cloud server bill.
How can Fastify be so.. fast? You will discover all the not-so-secret techniques that were used to optimize it. In Fastify you can reach a point where even allocating a callback is too slow: Ludicrous Speed.
YOU MAY ALSO LIKE:
- A New Way To Profile Node.js (SkillsCast recorded in July 2018)
- Advanced JavaScript Workshop with Damjan Vujnovic (Online Course on 8th - 12th February 2021)
- Extreme Java: Concurrency Performance with Dr Heinz Kabutz (Online Course on 31st March - 2nd April 2021)
- FullStack eXchange 2021: The Conference on JavaScript & Node (Online Conference on 21st - 22nd July 2021)
- F# for a Real World E-commerce Project (SkillsCast recorded in October 2020)
- Lightning Talk: F# in 3D Bin Packing (SkillsCast recorded in October 2020)
Take your HTTP Server to Ludicrous Speed
Matteo Collina
Matteo is a code pirate and mad scientist. He spends most of his days programming in node.js, but in the past he worked with Ruby, Java and Objective-C.