Skip to main content
Module

x/dropserver_app/mod.ts>createApp

Library that helps you create Dropserver applications
Latest
function createApp
import { createApp } from "https://deno.land/x/dropserver_app@v0.2.1/mod.ts";

Initialize the application

Parameters

config: AppConfig

sets everything that needs to be set for the app to work

Returns

a DropserverApp interface that should be used by app code to interact with the Dropserver host.