cloudflare-docs
miniflare
Our great sponsors
cloudflare-docs | miniflare | |
---|---|---|
6 | 13 | |
929 | 2,658 | |
8.9% | 4.9% | |
10.0 | 9.6 | |
4 days ago | 10 days ago | |
CSS | TypeScript | |
GNU General Public License v3.0 or later | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
cloudflare-docs
-
Missing documentation about cloudflared dns-proxy
If you can't find info about it, you should be able to file an issue on the Cloudflare docs repository on Github - https://github.com/cloudflare/cloudflare-docs
-
Cloudflare dev docs switch back to Hugo
As of today, Cloudflare's developer docs platform has migrated back to Hugo from Gatsby, less than two years after going in the other direction.
- Cloudflare registrar doesn't hide country and state in WHOIS records
-
Miniflare โ Simulator for developing and testing Cloudflare Workers
Also, every pages as an "Edit on Github" link so you can go straight to the page you're seeing (in this case - https://github.com/cloudflare/cloudflare-docs/blob/productio...)
-
Ways to earn Nano?
can
miniflare
-
Web Workers are the Future! ๐
I used hono (a wrapper around miniflare) to handle some of the boilerplate around request and routing logic. It's also refreshingly fast! ๐ฅ
-
Deploy a GitHub Application to Cloudflare Workers
The simple explanation is that I'm proposing use of the Service Worker API. Cloudflare offers a flat, free, 100k requests a day if you can keep it cutting edge, has local development and testing options with miniflare and a key/value (KV) store.
-
Serverless Remix Sessions with Cloudflare Pages
When we run the dev script, this will ensure that the local runtime environment Miniflare will bind a KV with the name sessionStorage to our Pages function.
-
Show HN: Slshx โ React-Inspired Discord Commands on Cloudflare Workers
Slshx is a library for building strongly-typed Discord commands (https://discord.com/developers/docs/interactions/application...) that run on Cloudflare Workers (https://workers.cloudflare.com/), using a React-inspired syntax (hooks and JSX). It supports all Discord command types/options, autocomplete and interactive message components. During development, it automatically deploys your commands whenever you change your code.
I created this because I think Cloudflare Workers are a great fit for hosting Discord commands, but there wasn't an easy way to get started that had a fun development experience. I also wanted to see what a Miniflare-first (https://github.com/cloudflare/miniflare) library could look like.
- OAuth with Cloudflare Workers on a Statically Generated Site
-
Denoflare โ Develop, Test, and Deploy Cloudflare Workers with Deno
Not affiliated with Deno or Denoflare, but you can try Deno Deploy today! See https://deno.com/deploy/. Here's a recent status update from the blog: https://deno.com/blog/deploy-beta3/
Denoflare looks like a way to develop Cloudflare Workers locally, possibly as an alternative to Cloudflare's Wrangler CLI [0]. The Wrangler CLI has `wrangler dev` that serves a similar purpose by actually uploading local code to Cloudflare to run in the "real" Workers environment. Denoflare instead emulates it locally using Deno, both of which provide Web Platform APIs.
There's also Miniflare [1], which emulates a large portion of the Cloudflare Workers runtime and adjacent services like Durable Objects and the Key/Value store. Miniflare was recently promoted to an official Cloudflare Workers project [2].
- When deploying a Nuxt3 app to CF workers, is it possible to access Workers KV from `~/server/api/x.ts` routes?
-
AWS is playing chess, Cloudflare is playing Go
If it helps, the concept is super-simple and reimplementing such a service won't be hard if anyone tries to make it interoperable with Workers. Miniflare (a dev environment for Workers) implements it in just over 200 loc[0], with the only backend beint Workers KV for data storage (<500 loc if you count that).
0: https://github.com/cloudflare/miniflare/blob/master/src/modu...
- Miniflare: A simulator for developing and testing Cloudflare Workers
- Miniflare โ Simulator for developing and testing Cloudflare Workers
What are some alternatives?
wrangler - ๐ค wrangle your Cloudflare Workers
workers-chat-demo
krustlet - Kubernetes Rust Kubelet
rocket-booster - Lightweight and scalable reverse proxy and load balancing library built for Cloudflare Workers [Moved to: https://github.com/xiaoyang-sde/reflare]
relay-starter-kit - ๐ฅ Monorepo template (seed project) pre-configured with GraphQL API, PostgreSQL, React, Relay, Material UI.
serverless-wsgi - Serverless plugin to deploy WSGI applications (Flask/Django/Pyramid etc.) and bundle Python packages
mdx-deck - โ ๏ธ React MDX-based presentation decks
deno - A modern runtime for JavaScript and TypeScript.
gatsby-starter-minimal-blog - Typography driven, feature-rich blogging theme with minimal aesthetics. Includes tags/categories support and extensive features for code blocks such as live preview, line numbers, and line highlighting.
nanodrop - Open Source and Embedded Nano Faucet
examples - Serverless Examples โย A collection of boilerplates and examples of serverless architectures built with the Serverless Framework on AWS Lambda, Microsoft Azure, Google Cloud Functions, and more.
atmo - App framework for cloud native WebAssembly