|
4 | 4 |
|
5 | 5 | Build HTTP server effortlessly with zero configuration for productivity. |
6 | 6 |
|
7 | | -[](https://deno.com) [](https://jsr.io/@neabyte/deserve) [](https://github.com/NeaByteLab/Deserve/actions/workflows/ci.yaml) [](LICENSE) |
| 7 | +[](https://deno.com) [](https://jsr.io/@neabyte/deserve) [](https://github.com/NeaByteLab/Deserve/actions/workflows/ci.yaml) [](LICENSE) |
8 | 8 |
|
9 | 9 | </div> |
10 | 10 |
|
11 | | -## Features |
12 | | - |
13 | | -- **[Zero Config](https://docs-deserve.neabyte.com/getting-started/installation)** - No build step, point at routes and serve. |
14 | | -- **[File-Based Routing](https://docs-deserve.neabyte.com/core-concepts/file-based-routing)** - Route files in a folder mirror the URL. |
15 | | -- **[Context](https://docs-deserve.neabyte.com/core-concepts/context-object)** - Read request data and respond through one object. |
16 | | -- **[Middleware](https://docs-deserve.neabyte.com/middleware/global)** - Run global or per-path logic before handlers. |
17 | | -- **[Validation](https://docs-deserve.neabyte.com/middleware/validation/overview)** - Check body, query, and params before handlers. |
18 | | -- **[Static Files](https://docs-deserve.neabyte.com/static-file/basic)** - Serve directories with optional cache and etag. |
19 | | -- **[Rendering](https://docs-deserve.neabyte.com/rendering/)** - Build dynamic HTML from templates with streaming. |
20 | | -- **[Error Handling](https://docs-deserve.neabyte.com/error-handling/default-behavior)** - Catch every error with custom or default responses. |
21 | | -- **[Observability](https://docs-deserve.neabyte.com/middleware/observability/overview)** - Subscribe to lifecycle, request, and error events. |
22 | | -- **[Hot Reload](https://docs-deserve.neabyte.com/core-concepts/hot-reload)** - Routes and templates reload without a restart. |
23 | | -- **[Worker Pool](https://docs-deserve.neabyte.com/core-concepts/worker-pool)** - Offload CPU-bound work to keep server responsive. |
24 | | - |
25 | 11 | ## Installation |
26 | 12 |
|
27 | 13 | > [!NOTE] |
28 | | -> **Prerequisites:** [Deno](https://deno.com/) 2.7.0 or later. |
| 14 | +> **Prerequisites:** [Deno](https://deno.com/) 2.8.3 or later. |
29 | 15 |
|
30 | 16 | ```bash |
31 | 17 | # Add Deserve from JSR |
@@ -96,7 +82,7 @@ Full documentation (EN / ID): **[docs-deserve.neabyte.com](https://docs-deserve. |
96 | 82 |
|
97 | 83 | ### DVE Editor (Syntax Highlighting) |
98 | 84 |
|
99 | | -- **Cursor / VS Code extension**: See [editor/README.md](editor/README.md) |
| 85 | +- **Cursor / VS Code extension**: See [DVE Editor](https://github.com/NeaByteLab/DVE/tree/main/editor) |
100 | 86 |
|
101 | 87 | ## Contributing |
102 | 88 |
|
|
0 commit comments