DEV Community

Discussion on: Great fun with Deno - My First Deno Framework

Collapse
 
lifelongthinker profile image
Sebastian • Edited

I've only just read myself into the docs. Deno is a scripting environment, so you can feed it scripts and let it execute those. It's not meant to be a backend for serve a UI. There are other tools for that purpose.

Collapse
 
etienneburdet profile image
Etienne Burdet • Edited

You can serve a UI with a templating engine and web server, like: github.com/NMathar/deno-express