This folder is reserved for implementation examples using Deserve.
- Deserve-React — Deserve + React with Vite SSR. File-based routes, cookie session, in-memory CRUD demo. Clone,
deno install,deno task build, thendeno task start; open http://localhost:8000. - Restful-API — RESTful API built with Deno, Deserve, and Jsonary (file-based JSON DB). Full CRUD (users resource), quick setup under 5 minutes. Clone,
deno task start, then hitGET/POST/PUT/DELETE /usersand/users/:id.
- Quick Start — Run your first server and route.
- Examples (Docs) — Example use cases and pointers.
- Project Root — Use
import { Router, Mware } from '@neabyte/deserve'and see the main README for setup.
More example code and sample apps will be added as the project grows.