Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dbushell/dinossr

🦕 A minimal web framework
https://github.com/dbushell/dinossr

deno javascript svelte typescript

Last synced: 4 days ago
JSON representation

🦕 A minimal web framework

Awesome Lists containing this project

README

        

# 🦕 DinoSsr

⚠️ **Development paused!** ⚠️

Development of DinoSsr has paused. I am working on a lightweight successor, [Hyperserve](https://github.com/dbushell/hyperserve). I may return to DinoSsr after Svelte 5 has released.

A minimal web framework powered by [VelociRouter](https://github.com/dbushell/velocirouter).

## Usage

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

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

* * *

[MIT License](/LICENSE) | Copyright © 2024 [David Bushell](https://dbushell.com)