Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dragonwocky/nadder
an experimental web framework for Deno
https://github.com/dragonwocky/nadder
deno http jsx typescript
Last synced: 24 days ago
JSON representation
an experimental web framework for Deno
- Host: GitHub
- URL: https://github.com/dragonwocky/nadder
- Owner: dragonwocky
- License: mit
- Created: 2022-02-01T09:05:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T10:49:54.000Z (over 1 year ago)
- Last Synced: 2024-09-16T16:21:49.680Z (about 2 months ago)
- Topics: deno, http, jsx, typescript
- Language: TypeScript
- Homepage: https://deno.land/x/nadder
- Size: 360 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
> **Warning**: This framework is subject to change and its documentation is
> lacking in many places. It is not yet ready for use.# nadder
[![deno module](https://shield.deno.dev/x/nadder)](https://deno.land/x/nadder)
**nadder** is an experimental web framework, built to find a middle ground
between speed, reliability, simplicity, capability and extensibility. It's
designed for just-in-time rendering, with support for a variety of formats
and processors.It's inspired by:
- [Fresh](https://fresh.deno.dev), Deno's own next-gen web framework.
- [Lume](https://lume.land), a fast & flexible static site generator for Deno.
- and [Aleph.js](https://github.com/alephjs/aleph.js), a full-stack framework for Deno.For production use-cases, the above are recommended over nadder.
## 📖 Documentation
// TODO(dragonwocky)
## 🚀 Getting started
// TODO(dragonwocky)