Appears on
Articles2
Building a Telegram Bot with Fastify
In this article, we will be looking at how to build our first telegram bot with Fastify. This bot will be able to crack random jokes through the telegram bot API. We will be using the official Joke API created by David Katz to get our jokes. This is a simple API that returns a random joke.
0
daily.dev Blog5y agoError logging with Sentry on Fastify
Fastify is one of the fastest Node js web frameworks out there. It was inspired by Express and Hapi but outperforms them when it comes to speed. Fastify is also open-sourced and focused on providing a better experience to developers with lower overhead.
0
daily.dev Blog4y ago