Skip to main content

dropserver_app

dropserver_app is a library that helps you create Dropserver applications.

Import createApp to get going:

import createApp from 'https://deno.land/x/dropserver_app/mod.ts';

const app = createApp({
    routes:     // your app routes... see docs.
    migrations: // data migrations. Optional. See docs.
});

export default app;

There are more docs coming, but in the meantime check the type docs.

License

MIT