Exploring Deno HTTP Frameworks: Drash and Servest
Explore the Drash and Servest Deno HTTP frameworks.
Choosing the right HTTP framework
In this lesson, we’ll have a look at the current HTTP frameworks that exist in the Deno community. We won’t spend much time doing this, but we want to understand the pros and cons of each one and ultimately choose one to help us with the rest of our journey.
When we’re building an application that’s more complex than a simple tutorial, and if we don’t want to take a purist approach, we are most likely going to use third-party software.
Obviously, this isn’t something particular to Deno. Even though there are communities that are keener on using third-party modules than others, all the communities use third-party software.
We could go over the reasons why people do or don’t do this, but the more popular reasons are always to do with reliability and time management. This might be because we want to use software that’s battle tested instead of building it ourselves. Sometimes, it’s a mere time management question of not wanting to rewrite something that has already been created.
One important thing we have to say is that we must be extremely cautious in terms of how many of the applications we’re building are coupled with ...
Get hands-on with 1400+ tech skills courses.