Skip to content

dbushell/dinossr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦕 DinoSsr

⚠️ Development paused! ⚠️

Development of DinoSsr has paused. I am working on a lightweight successor, Hyperserve. I may return to DinoSsr after Svelte 5 has released.

A minimal web framework powered by VelociRouter.

Usage

import {DinoSsr} from 'jsr:@ssr/dinossr';

const dir = new URL('./', import.meta.url).pathname;
const dinossr = new DinoSsr(dir);
await dinossr.init();

MIT License | Copyright © 2024 David Bushell