Jump to content

Fastify

From Wikipedia, the free encyclopedia

Fastify
Original author(s)
  • Matteo Collina
  • Tomas Della Vedova
Developer(s)Platformatic, OpenJS and others
Initial releaseSeptember 2016; 8 years ago (2016-09)[1]
Stable release
5.1.0[2] Edit this on Wikidata / 31 October 2024; 20 days ago (31 October 2024)
Repository
Written inJavaScript
PlatformNode.js
TypeWeb framework
LicenseMIT License
Websitefastify.dev Edit this on Wikidata

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:

Popularity

[edit]

Fastify is used by Capital One, Walmart, American Express[1] and others.[10]

See also

[edit]

References

[edit]
  1. ^ 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.
  2. ^ "Release 5.1.0". October 31, 2024. Retrieved November 18, 2024.
  3. ^ "Fastify home page". Retrieved November 20, 2024.
  4. ^ Dindi, Sandra (March 22, 2023). "5 Node.js Packages to Build Your Next API". MakeUseOf. Retrieved 2024-11-20.
  5. ^ Mulders, Michiel (October 19, 2020). "How to Create Your First REST API with Fastify". SitePoint. Retrieved 2024-11-20.
  6. ^ Lawson, Loraine (October 11, 2023). "A Showdown Between Express.js and Fastify Web App Frameworks". The New Stack. Retrieved 2024-11-20.
  7. ^ "Release v0.1.0". fastify/fastify. GitHub. Retrieved November 19, 2024.
  8. ^ Scott, Josh (June 1, 2023). "Platformatic secures $3.5 million, launches tech to simplify back-end development for enterprises". BetaKit. Retrieved 2024-11-20.
  9. ^ 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.
  10. ^ "Organisations using Fastify". fastify.dev. Retrieved November 20, 2024.
[edit]