Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dbushell/dinossr
- Owner: dbushell
- License: mit
- Created: 2023-11-02T15:48:06.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-08T12:08:45.000Z (3 months ago)
- Last Synced: 2024-08-08T14:16:42.233Z (3 months ago)
- Topics: deno, javascript, svelte, typescript
- Language: TypeScript
- Homepage: https://ssr.rocks
- Size: 687 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)