Skip to content

Commit acfc264

Browse files
authored
Added oak-routing-ctrl and oak-routing-ctrl-cloudflare-worker (#21)
* Added oak-routing-ctrl and oak-routing-ctrl-cloudflare-worker * typo fix
1 parent 2b8e6a1 commit acfc264

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,13 @@ If you know of resources that would be great to list here, just create a [pull r
2424
- [oak-logger](https://deno.land/x/oak_logger) An exteremely easy and rich oak logger that color codes!
2525
- [serverless_oak](https://deno.land/x/serverless_oak) A handler for mapping AWS Api Gateway and Lambda to oak.
2626
- [oak-channels](https://github.com/ericls/oak-channels) A helper for writing real world websocket applications with group messaging support.
27+
- [oak-routing-ctrl](https://github.com/Thesephi/oak-routing-ctrl) routing-controllers -like library, providing TypeScript Decorators for easy scaffolding API projects
2728

2829
### Examples/Templates/Boilerplates
2930

3031
- [deno_crud_jwt](https://github.com/22mahmoud/deno_crud_jwt) 🦕 basic jwt implementation with CRUD operations using oak + postgres.
3132
- [deno-api-starter-oak](https://github.com/asad-mlbd/deno-api-starter-oak) Standard RESTful API project setup & examples with docker, MySQL, JWT, Swagger open API, DB migration, validation, and route guards.
33+
- [oak-routing-ctrl-cloudflare-worker](https://github.com/Thesephi/oak-routing-ctrl-cloudflare-worker) starter template to develop a Cloudflare Worker application with `oak` and `oak-routing-ctrl` libraries
3234

3335
### Testing
3436

0 commit comments

Comments
 (0)