Best of Cloudflare β€” November 2024

  1. 1
    Video
    Avatar of joshtriedcodingJosh tried codingΒ·2y

    I Found a Faster Way to Build Next.js APIs

    Discover a method for deploying Next.js APIs in a highly performant and cost-effective manner by utilizing Cloudflare Workers. This approach benchmarks different setups to highlight the significance of API deployment region, minimal dependencies per request, and lightweight runtimes. A comparison between a simple Cloudflare Worker, a custom architecture, and Vercel Edge Functions reveals considerable performance improvements.

  2. 2
    Article
    Avatar of communityCommunity PicksΒ·1y

    FlareSolverr/FlareSolverr: Proxy server to bypass Cloudflare protection

    FlareSolverr is a proxy server designed to bypass Cloudflare and DDoS-GUARD protection using Selenium with an undetected Chrome driver. It opens URLs with user parameters, solves Cloudflare challenges, and returns HTML code and cookies. Installation using Docker is recommended due to its dependencies on an external browser. Memory consumption can be high, so it should be used cautiously on low-RAM machines. It supports multiple architectures and provides examples for making requests via Bash, Python, and PowerShell. Users can also create permanent sessions to avoid repeatedly solving challenges.

  3. 3
    Article
    Avatar of devsquadDev SquadΒ·1y

    πŸ”₯ Hono + ⚑️ Supabase Boilerplate

    This project is a backend boilerplate utilizing the Hono framework, hosted on Cloudflare Workers. It integrates Supabase for user authentication and authorization.

  4. 4
    Article
    Avatar of devsquadDev SquadΒ·1y

    πŸš€ Automate Your PostgreSQL Backups with Ease! 🐳

    Simplify database management with a robust system for backup and restore using Deno, Docker, and Cloudflare R2. Features include automated backups via cron or on-demand, seamless restores from local files or R2, and easy cloud integration. To get started, clone the appropriate repo, configure your environment file, and run the specified Deno tasks.

  5. 5
    Article
    Avatar of communityCommunity PicksΒ·2y

    1.1.1.1 (DNS Resolver)

    Cloudflare's 1.1.1.1 is a public DNS resolver providing a fast and private browsing experience without selling user data to advertisers. It offers additional protection through 1.1.1.1 for Families, encrypted services via DNS over HTTPS (DoH) or DNS over TLS (DoT), and can be accessed as a Tor hidden service. The setup is simple, free, and enhances both speed and security on the Internet.

  6. 6
    Article
    Avatar of hnHacker NewsΒ·2y

    doxx/darkflare: DarkFlare TCPoCDN (TCP over CDN)

    DarkFlare is a tool that disguises TCP traffic as HTTPS requests to bypass firewalls and network restrictions. It uses Cloudflare's CDN to tunnel TCP connections securely and stealthily. DarkFlare comprises a client-side proxy and a server-side proxy, ensuring data is encoded into HTTPS on the client side and decoded on the server side. Ideal for bypassing censorship, DarkFlare leverages widely-used CDN services and emphasizes the need for additional encryption for sensitive data.