update keywords
This commit is contained in:
@@ -11,3 +11,7 @@ indent_style = tab
|
||||
[README.md]
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
|
||||
[{package,package-lock}.json]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
@@ -4,8 +4,6 @@ Cloudflare Workers Router is a super lightweight router (1.0K gzipped) with midd
|
||||
|
||||
When I was trying out Cloudflare Workers I almost immediately noticed how fast it was compared to other serverless offerings. So I wanted to build a full-fledged API to see how it performs doing real work, but since I wasn't able to find a router that suited my needs I created my own.
|
||||
|
||||
I worked a lot with [Express.js](https://expressjs.com/) in the past and really enjoyed their middleware approach, but since none of the available Cloudflare Worker routers offered middleware support at the time, I felt the need to create this router.
|
||||
|
||||
|
||||
## Contents
|
||||
|
||||
|
||||
@@ -14,11 +14,10 @@
|
||||
"url": "git+https://github.com/tsndr/cloudflare-worker-router.git"
|
||||
},
|
||||
"keywords": [
|
||||
"api",
|
||||
"cloudflare",
|
||||
"cloudflare-worker",
|
||||
"cloudflare-workers",
|
||||
"express",
|
||||
"expressjs",
|
||||
"framework",
|
||||
"middleware",
|
||||
"router",
|
||||
|
||||
Reference in New Issue
Block a user