Skip to main content
Deno 2 is finally here 🎉️
Learn more

Knight

A MVC web server framework for Deno 🦕 built on Oak.

About

This framework allows you to create a rich REST API with just a few lines of code. The web server is powered by Oak and utilizes Deno’s native HTTP server and builds upon the existing middleware and routing stack, to allow for automatic endpoint generation.

Getting Started