Skip to content
This repository has been archived by the owner on Feb 6, 2025. It is now read-only.
/ dinossr Public archive

🦕 A minimal web framework

License

Notifications You must be signed in to change notification settings

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