Posts for Fastify

Build A REST Service With Fastify

Fastify is a high-performance HTTP framework for Node.js. Fastify focuses on speed, and it’s inspired by ExpressJS and HapiJS. In this article, we will learn how to build a RESTFUL service using Fastify by Creating a CRUD API with Fastify. Learning prerequisites Basic familiarity with Javascript. Nodejs installed on the development machine  MongoDB installed on […]

May 1, 2020 in Node & Tutorials