Skip to main content
Module

x/netzo/mod.ts>Netzo

Full-stack Deno framework for building business web apps like internal tools, dashboards, admin panels and automated workflows.
Go to Latest
variable Netzo
import { Netzo } from "https://deno.land/x/netzo@0.4.29/mod.ts";

Factory function for Netzo apps

Netzo is a Deno framework for building full-stack web apps faster with less code via an opinionated set of plugins and conventions.

Examples

import { Netzo } from "netzo/mod.ts" const netzo = await Netzo({ ... }) if (import.meta.main)netzo.start()

type

(config: Partial<NetzoConfig>) => unknown