Exploring Deno HTTP Frameworks: Oak and Alosaur

Explore the Oak and Alosaur Deno HTTP frameworks.

We'll cover the following

Oak

Oak is currently the most popular Deno library when it comes to creating web applications. Its name derives from a play on the words of Koa, a very popular Node.js middleware framework and Oak’s main inspiration.

Due to its heavy inspirations, it’s no surprise that its APIs resemble Koa by using asynchronous functions and a context object. Oak also includes a router, also inspired by @koa/router.

If you know Koa, the following code might look very familiar to you:

Get hands-on with 1200+ tech skills courses.