Building a Fastify NodeJS server
I recently needed a super simple webserver to listen to POST requests. Before we used express to host a simple Node server. However, I kept hearing amazing things about Fastify, and we are actually using this at daily.dev. So time to try it out for a...






