Categories
Fastify Learning Fastify Node.js Videos

Learning Fastify: How to migrate your app from Express to Fastify

< 1 min read

If you have existing an Express application, you might be wondering what it would take to migrate it to use the Fastify framework. You certainly don’t want to rewrite your application from scratch! Fortunately, the Fastify team have created a plugin — fastify-express — which can help ease the migration path.

In this video I show you how you can migrate your existing Express applications and start leveraging the benefits of the Fastify framework.

📃 There is an article version of this video — read it here (originally published on SitePoint).