Software:Fastify

From HandWiki
Fastify
Original author(s)
  • Matteo Collina
  • Tomas Della Vedova
Developer(s)Platformatic, OpenJS and others
Initial releaseSeptember 2016; 9 years ago (2016-09)[1]
Written inJavaScript
PlatformNode.js
TypeWeb framework
LicenseMIT License

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.[2]

As a lightweight alternative to other Node.js web API frameworks,[3][4] benchmarks reveal it to be significantly faster.[5] In 2023, Accelerating Server-Side Development with Fastify, a comprehensive guide authored by Fastify core contributors, was published.[6]

History

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.[7]

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).[8][9]

Features

Core features include:

  • Concentration on high-performance
  • Extensibility
  • JSON Schema validated routing
  • Logging
  • Developer friendly
  • TypeScript ready

Popularity

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

See also

References

  1. 1.0 1.1 1.2 Collina, Matteo (2023-05-17). "A tale of community: How the quest for better performance led to Fastify and grew into Platformatic". Platformatic. https://blog.platformatic.dev/a-tale-of-community-how-the-quest-for-better-performance-led-to-fastify-and-grew-into-platformatic. "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. "Fastify home page". https://fastify.dev/. 
  3. Dindi, Sandra (2023-03-22). "5 Node.js Packages to Build Your Next API". MakeUseOf. https://www.makeuseof.com/nodejs-build-api-packages/. 
  4. Mulders, Michiel (2020-10-19). "How to Create Your First REST API with Fastify". SitePoint. https://www.sitepoint.com/create-rest-api-fastify/. 
  5. Lawson, Loraine (2023-10-11). "A Showdown Between Express.js and Fastify Web App Frameworks". The New Stack. https://thenewstack.io/a-showdown-between-express-js-and-fastify-web-app-frameworks/. 
  6. Spigolon, Manuel; Sinik, Maksim; Collina, Matteo (2023). Accelerating Server-Side Development with Fastify. Packt Publishing. 
  7. "Release v0.1.0". GitHub. https://github.com/fastify/fastify/releases/tag/v0.1.0. 
  8. Scott, Josh (2023-06-01). "Platformatic secures $3.5 million, launches tech to simplify back-end development for enterprises". BetaKit. https://betakit.com/platformatic-secures-3-5-million-launches-tech-to-simplify-back-end-development-for-enterprises/. 
  9. Williams, Marie (2023-06-01). "Platformatic Raises $3.5M to Help Developers and Enterprises Evolve Microservices Without a Costly Rearchitecture of Legacy Backend". Business Wire. https://www.businesswire.com/news/home/20230531006036/en/Platformatic-Raises-3.5M-to-Help-Developers-and-Enterprises-Evolve-Microservices-Without-a-Costly-Rearchitecture-of-Legacy-Backend. 
  10. "Organizations using Fastify". fastify.dev. https://fastify.dev/organizations/. 
  • No URL found. Please specify a URL here or add one to Wikidata.
  • on GitHub