Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 1.09 KB

File metadata and controls

16 lines (10 loc) · 1.09 KB

Example Implementation

This folder is reserved for implementation examples using Deserve.

Showcase

  • Deserve-React — Deserve + React with Vite SSR. File-based routes, cookie session, in-memory CRUD demo. Clone, deno install, deno task build, then deno 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 hit GET/POST/PUT/DELETE /users and /users/:id.

Where to Start

  • 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.