Skip to content

Commit 62bd5c3

Browse files
chore: update roadmap content json (nilbuild#8216)
Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com>
1 parent 111f702 commit 62bd5c3

1 file changed

Lines changed: 36 additions & 4 deletions

File tree

public/roadmap-content/cloudflare.json

Lines changed: 36 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,45 @@
8181
},
8282
"-8MsWNvuqwQCbLpOx_kov": {
8383
"title": "Hono",
84-
"description": "",
85-
"links": []
84+
"description": "Hono is a small, simple and ultrafast web framework built on web standards. It works on any JavaScript runtime: Cloudflare Workers, Fastly Compute, Deno, Bun, Vercel, Netlify, AWS Lambda, Lambda@Edge, and Node.js. Hono is more known for supporting a lot more than the basics.\n\nUse-cases\n---------\n\nHono is a simple web application framework similar to the well known javascript framework Express, without a frontend. But it runs on CDN Edges and allows you to construct larger applications when combined with middleware.\n\nVisit the following resources to learn more:",
85+
"links": [
86+
{
87+
"title": "Hono JS Examples",
88+
"url": "https://github.com/honojs/examples",
89+
"type": "opensource"
90+
},
91+
{
92+
"title": "Official Documentation",
93+
"url": "https://hono.dev/docs/",
94+
"type": "article"
95+
},
96+
{
97+
"title": "Hono.js: A Small Framework with Big Potential",
98+
"url": "https://medium.com/@appvintechnologies/hono-js-a-small-framework-with-big-potential-15a093fc5c07",
99+
"type": "article"
100+
},
101+
{
102+
"title": "Quick Start with Hono: Simple Setup Guide",
103+
"url": "https://dev.to/koshirok096/quick-start-with-hono-simple-setup-guide-bite-sized-article-lhe",
104+
"type": "article"
105+
},
106+
{
107+
"title": "Learn with me",
108+
"url": "https://www.youtube.com/watch?v=gY-TK33G6kQ",
109+
"type": "video"
110+
}
111+
]
86112
},
87113
"15jl6CSCkqnh_eFfysLDM": {
88114
"title": "Itty Router",
89-
"description": "",
90-
"links": []
115+
"description": "Itty Router is a lightweight router with the motto \"less is more\" that supports Cloudflare workers and pages. While other libraries may suffer from feature creep/bloat to please a wider audience, Itty Router painfully consider every single byte added to itty. Our router options range from ~450 bytes to ~970 bytes for a batteries-included version with built-in defaults, error handling, formatting, etc. On top of that, the following concepts aim to keep YOUR code tiny (and readable) as well.\n\nSimple Projects ideas\n---------------------\n\nItty Router is a lightweight router system that supports typescript. You can create easy and good routers for Cloudflare workers or pages. With a simple project like a URL shortener, you can use Itty Router and Cloudflare KV.\n\nOther project ideas can be found:\n\n* Webhook Relay\n * Transform webhook data or API data towards another API so you can transform the data as you like.\n* Micro URL Monitoring\n * Monitor any URL and give back responses on the specific endpoint.\n* Single-Use Download Links (Watch out for costs from Cloudflare!)\n * Generate links that expire after one download, ideal for file sharing.\n\nVisit the following resources to learn more:",
116+
"links": [
117+
{
118+
"title": "Official Documentation",
119+
"url": "https://itty.dev/itty-router/",
120+
"type": "article"
121+
}
122+
]
91123
},
92124
"Tzx93tvoGrc9_fKQqkorN": {
93125
"title": "Wrangler",

0 commit comments

Comments
 (0)