Top 23 JavaScript cloudflare-worker Projects
-
Project mention: [SHARE] A Small Library of Music Collection (CDs, vinyl, SACD-R, others) [3 DAYS ONLY] | reddit.com/r/riprequests | 2021-11-02
Google Drive indexer repository codes by aicirou. Bear in mind that the file origins are not set to 'public', so you won't get a direct Drive link.
-
there is https://github.com/flareact/flareact in development by a shopify engineer, worth checking out... seems like a good architecture for deeper integration with workers runtime
-
Appwrite
Appwrite - The Open Source Firebase alternative introduces iOS support . Appwrite is an open source backend server that helps you build native iOS applications much faster with realtime APIs for authentication, databases, files storage, cloud functions and much more!
-
Instructions are here https://github.com/alx-xlx/goindex
-
cf-workers-status-page
Monitor your websites, showcase status including daily history, and get Slack/Telegram/Discord notification whenever your website status changes. Using Cloudflare Workers, CRON Triggers, and KV storage.
I just mentioned it above, but here is an example zo mapp:
-
workers-graphql-server
🔥Lightning-fast, globally distributed Apollo GraphQL server, deployed at the edge using Cloudflare Workers
wrangler generate my-graphql-server https://github.com/signalnerve/workers-graphql-server
-
goindex-extended
A Google Drive Index, which has a lot of extra features, running on Cloudflare Workers.
-
-
SonarLint
Deliver Cleaner and Safer Code - Right in Your IDE of Choice!. SonarLint is a free and open source IDE extension that identifies and catches bugs and vulnerabilities as you code, directly in the IDE. Install from your favorite IDE marketplace today.
-
cloudflare-workers-async-google-analytics
:cloud: The Cloudflare Workers implementation of an async Google Analytics
Project mention: Reddit uses “reddit.com” itself as the endpoint for logging usage data | news.ycombinator.com | 2021-10-09> I'd be curious to hear from someone that feels strongly about blocking first-party front end tracking.
third-party tracking masquerading as first-party tracking is here already. Ex A: https://github.com/SukkaW/cloudflare-workers-async-google-an...
DNS-based content blocking was always trivial for trackers to bypass. Deeply integrated plugins like uBlockOrigin in Firefox are the only way out. With "Manifestv3", Chrome's making sure that even that level of integration may not be enough: That's the browser of choice for 70%+ of the 4.5B internet users.
-
terraform-cloudflare-maintenance
Terraform module to create a responsive Maintenance Page using Cloudflare Workers.
Project mention: Github project - automatic Cloudflare maintainance pages using workers | reddit.com/r/CloudFlare | 2022-01-13 -
Thanks :) I'm not as active on other social media. I must also point out that my networking chops are at beginner level. midway is mostly adopted from inetaf/tcpproxy and dlundquist/sniproxy.
> Go or JS(Node/Deno) is also how I usually go about it!
Pretty much my choice of languages too. Deno, especially, is a wonderful alternative to Go. I co-maintain a DoH stub-resolver for Node/Deno: https://github.com/serverless-dns/serverless-dns
-
Project mention: Show HN: Searchall – search all major indexes on one page (with iframes) | news.ycombinator.com | 2021-12-17
Try out some queries from your browser history and see if anything beats google. Other engines are more likely to beat google for queries that google has failed at.
Majority of engines were found at below link. Surprisingly many engines use the same indices, for example duckduckgo is mostly just privacy-protected bing. Big thanks to Rohan Kumar.
https://seirdy.one/2021/03/10/search-engines-with-own-indexe...
A proxy is needed to bypass iframe restrictions for most websites. I used this x-frame-bypass client js code [https://github.com/niutech/x-frame-bypass] which (previously?) used proxy.megatunger.com . That free proxy could be recording your queries, who knows, so use caution.
If (when actually) that proxy goes down I think I'll set up something like CORSflare to have a more reliable and trustworthy alternative. [https://github.com/Darkseal/CORSflare]
I hacked this together over about one workday in total so it's likely to have significant issues. You can comment them here or (preferably) file an issue on the repo: [https://github.com/qpwo/searchall/]
There's also a demo video on the repo if the site goes down but you wanted to see how it looks. Feel free to file feature requests on the repo as well. If you'd rather copy it and make your own version then that's fine too.
I'll try to reply to all comments here.
-
cloudflare-worker-router
A super lightweight router (3.6 kB) with middleware support and ZERO dependencies for CloudFlare Workers, inspired by the express.js syntax.
-
-
cf-b2cdn
Serve private/public B2 bucket files and optionally list directories using Cloudflare's CDN
Project mention: Migrating a S3 bucket to B2, while using a custom domain without cloudflare? | reddit.com/r/backblaze | 2021-05-29I use ShareX in conjunction with B2 and Cloudflare. I wrote this Cloudflare Worker specifically for this use case. The free tier will work for all of this (until after the first 10GB of B2 that is).
-
GitHub repository
-
View on GitHub
-
cloudflare-worker-router-template
A wrangler template for a super lightweight router (3.6 kB) with middleware support and ZERO dependencies for CloudFlare Workers, inspired by express.js syntax.
-
GitHub repository
-
In this post, I’ll be writing about the thought process of how I came about building and deploying a very simple JavaScript app for free with Cloudflare Worker. If you simply want to deploy and use the app on your own, check out the repository here.
-
worker-planet
Generate a single page (and feed) with content from multiple RSS/Atom sources. Runs on Cloudflare Workers.
I've never stopped using RSS, since it is so useful for many use cases. I've even recently built a tool, as an experiment, using it (https://github.com/dethos/worker-planet). Who remembers what a "planet" software is?
Fortunately we can still find many websites and services that provide RSS feeds (probably because the tool/framework they are built with, automatically provides that feature). Implementing it is not hard, but in the end I think the most important aspect of that list is `5.`, not a website in particular but creating awareness that this tech/tool exists and in what cases it can be useful.
-
If you want to use it here’s the repo, and here is the NPM package. Although I cannot say for certain if it’s stable, but on my project I’m working on it’s been fine the past 2-3 days. I don’t know if I have the configuration part added, I’ll update if that part does or doesn’t work.
-
Project mention: The website I made for a Cloudflare application - it took ages and they never got back to me like they said they would :( | reddit.com/r/programming | 2021-12-30
The awful source code is here as well - If anyone else applied for a cloudflare internship please let me know how it went because I put in a lot of effort and was a little disappointed that they never responded...
-
The Mux serverless webhook updates demo code is in the Rodney Lab GitHub repo.
JavaScript cloudflare-workers related posts
- Mux Serverless Webhook Updates using Telegram Bots
- Github project - automatic Cloudflare maintainance pages using workers
- [SHARE] A Small Library of Music Collection (CDs, vinyl, SACD-R, others) [3 DAYS ONLY]
- Reddit uses “reddit.com” itself as the endpoint for logging usage data
- Miniflare – Simulator for developing and testing Cloudflare Workers
- Native Rust Support on Cloudflare Workers
- worker-planet - "serverless" single page feed aggregator software
Index
What are some of the best open-source cloudflare-worker projects in JavaScript? This list will help you:
Project | Stars | |
---|---|---|
1 | goindex-theme-acrou | 1,647 |
2 | flareact | 1,478 |
3 | goindex | 909 |
4 | cf-workers-status-page | 853 |
5 | workers-graphql-server | 505 |
6 | goindex-extended | 240 |
7 | DNS-over-Discord | 189 |
8 | cloudflare-workers-async-google-analytics | 183 |
9 | terraform-cloudflare-maintenance | 107 |
10 | serverless-dns | 106 |
11 | CORSflare | 84 |
12 | cloudflare-worker-router | 74 |
13 | vhl.ink | 48 |
14 | cf-b2cdn | 19 |
15 | atomic-url | 13 |
16 | cloudflare-worker-github-app-example | 11 |
17 | cloudflare-worker-router-template | 10 |
18 | paste-story | 7 |
19 | todoleet | 4 |
20 | worker-planet | 4 |
21 | adapter-cloudflare-cache | 1 |
22 | cloudflare-page | 0 |
23 | serverless-rust | 0 |
Are you hiring? Post a new remote job listing for free.