Fastify | |
---|---|
![]() | |
Original author(s) |
|
Developer(s) | Platformatic, OpenJS and others |
Initial release | September 2016 [1] |
Stable release | |
Repository | |
Written in | JavaScript |
Platform | Node.js |
Type | Web framework |
License | MIT License |
Website | fastify![]() |
Fastify is a performance-oriented backend web framework for Node.js, released as free and open-source software under an MIT License. Its development was inspired by Hapi and Express. [3]
As a lightweight alternative to other Node.js web API frameworks, [4] [5] benchmarks reveal it to be significantly faster. [6] In 2023, Accelerating Server-Side Development with Fastify, a comprehensive guide authored by Fastify core contributors, was published. [7]
Fastify was conceived by Matteo Collina while working at NearForm in 2015. Collina and Tomas Della Vedova created Fastify in September 2016. [1] According to GitHub, the initial release of Fastify was version 0.1.0 on October 17, 2016. [8]
Building upon the technical foundations of Fastify, Collina and Luca Maraschi created Platformatic in 2022, to support a "batteries-included" developer experience for building APIs (REST/OpenAPI or GraphQL). [9] [10]
Core features include:
Fastify is used by Capital One, Walmart, American Express [1] and others. [11]
A few months later, in June 2016, while delivering a Node.js training course at Avanscoperta in Bologna, an attendee asked me how to get started working in Open Source. His name was Tomas Della Vedova, and by the end of the course, I asked him if he wanted to build this Node.js framework with me. By September, we landed the first commit of what would later become Fastify.