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

x/denocg/server/mod.ts>ServerConfig

[Experimental / PoC] Create broadcast graphics using Deno and a browser (a NodeCG alternative)
Latest
type alias ServerConfig
Re-export
import { type ServerConfig } from "https://deno.land/x/denocg@v0.0.8/server/mod.ts";
definition: { socketHostname?: string; socketPort: number; assetsRoot: string; assetsPort: number; replicants?: [TKey in ReplicantName<TDef>]?: ReplicantConfigEntry<ReplicantType<TDef, TKey>>; }