Skip to content

HTTP server with file-based routing for Deno. Supports middleware, dynamic routes, caching, and custom error handling support.

License

NeaByteLab/Deserve

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deserve License: MIT Deno JSR

HTTP server with file-based routing for Deno that supports middleware and dynamic routing.

Installation

Install Deno 2.5.4+ and run deno init for new projects.

Add Deserve using the deno add command:

deno add jsr:@neabyte/deserve

Follow our installing guide for more information.

Table of Contents

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

This project is licensed under the MIT license. See the LICENSE file for more info.