Fastify
Original author(s) |
|
---|---|
Developer(s) | Platformatic, OpenJS and others |
Initial release | September 2016[1] |
Stable release | 5.1.0[2]
/ 31 October 2024 |
Repository | |
Written in | JavaScript |
Platform | Node.js |
Type | Web framework |
License | MIT License |
Website | fastify |
Fastify is a performance oriented back end 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]
History
[edit]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 the Fastify GitHub repository, the initial release, version 0.1.0, was on October 17, 2016.[7]
Building upon the technical foundations of Fastify, Collina and Luca Maraschi create Platformatic in 2022, to support a "batteries-included" developer experience for building APIs (REST/OpenAPI or GraphQL).[8][9]
Features
[edit]Core features include:
- Concentration on high-performance
- Extensibility
- JSON Schema validated routing
- Logging
- Developer friendly
- TypeScript ready
Popularity
[edit]Fastify is used by Capital One, Walmart, American Express[1] and others.[10]
See also
[edit]References
[edit]- ^ a b c Collina, Matteo (17 May 2023). "A tale of community: How the quest for better performance led to Fastify and grew into Platformatic". Blog. Platformatic. Retrieved 2024-11-19.
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.
- ^ "Release 5.1.0". October 31, 2024. Retrieved November 18, 2024.
- ^ "Fastify home page". Retrieved November 20, 2024.
- ^ Dindi, Sandra (March 22, 2023). "5 Node.js Packages to Build Your Next API". MakeUseOf. Retrieved 2024-11-20.
- ^ Mulders, Michiel (October 19, 2020). "How to Create Your First REST API with Fastify". SitePoint. Retrieved 2024-11-20.
- ^ Lawson, Loraine (October 11, 2023). "A Showdown Between Express.js and Fastify Web App Frameworks". The New Stack. Retrieved 2024-11-20.
- ^ "Release v0.1.0". fastify/fastify. GitHub. Retrieved November 19, 2024.
- ^ Scott, Josh (June 1, 2023). "Platformatic secures $3.5 million, launches tech to simplify back-end development for enterprises". BetaKit. Retrieved 2024-11-20.
- ^ Williams, Marie (June 1, 2023). "Platformatic Raises $3.5M to Help Developers and Enterprises Evolve Microservices Without a Costly Rearchitecture of Legacy Backend". Business Wire. Retrieved 2024-11-20.
- ^ "Organisations using Fastify". fastify.dev. Retrieved November 20, 2024.