MORE POSTS
November 17, 2021 1:58 PM
Building a full stack application with Cloudflare Pages
Full-stack support for Cloudflare Pages is now in open beta, and you can test it today with this example image-sharing project that integrates with KV, Durable Objects, Cloudflare Images and Cloudflare Access. ...
November 17, 2021 1:58 PM
Cloudflare Pages now offers GitLab support
Cloudflare Pages partners up with GitLab for full git integration....
November 16, 2021 1:59 PM
wrangler 2.0 — a new developer experience for Cloudflare Workers
We're excited to announce the second-generation of our developer tooling for Cloudflare Workers. It’s a new developer experience that’s out-of-the-box, lightning fast, and can even run Workers on a local machine. (Yes!)...
November 16, 2021 1:58 PM
Automatically generating types for Cloudflare Workers
Every time the Workers runtime code is built, a script runs over the public APIs and generates the Rust and TypeScript types as well as a JSON file containing an intermediate representation of the static types. The types are sent to the appropriate repositories and the JSON file ...
November 16, 2021 1:58 PM
JavaScript modules are now supported on Cloudflare Workers
Now you can use JavaScript modules, also known as ECMAScript or “ES” modules, on Cloudflare Workers. This replaces the old “addEventListener” syntax with a new “import” and “export” semantics that makes it really easy to write reusable, modular code....
November 16, 2021 1:58 PM
Introducing Services: Build Composable, Distributed Applications on Cloudflare Workers
We’re excited to announce Services, the new way to build composable, distributed applications on Cloudflare Workers. Learn how Services can replace the traditional “microservice architecture” with an alternative, zero-cost abstraction model....
November 15, 2021 1:59 PM
Introducing Relational Database Connectors
Customers can connect to a Postgres or MySQL database directly from their Workers using a Cloudflare Tunnel today. In the future, you can use Database Connectors to achieve this natively using a standardized Socket API....
November 15, 2021 1:59 PM
Developer Spotlight: Winning a Game Jam with Jamstack and Durable Objects
Guido won the innovative category in one of the biggest Game Jams with a combination of Pages, Durable Objects, modern browser APIs, and a hefty amount of ingenuity....
November 15, 2021 1:59 PM
Making connections with TCP and Sockets for Workers
The ability to make TCP and QUIC client connections from within Workers and Durable Objects, as well as the ability to connect to Workers over TCP and QUIC without using HTTP, will be coming to Cloudflare Workers. Here’s a peek at what we’re working on....
November 15, 2021 1:59 PM
Workers adds support for two modern data platforms: MongoDB Atlas and Prisma
With built-in global deployments, insane scalability and the flexibility of JavaScript, more and more applications are choosing to build on our global platform....
November 02, 2021 12:59 PM
How we build software at Cloudflare
Cloudflare has a broad range of products -- ranging from security, to performance and serverless compute. These products are built by multiple teams in close collaboration and delivering those products can be a complex task. So ever wonder how we do so consistently and safely at ...
October 27, 2021 1:00 PM
Custom Headers for Cloudflare Pages
We're excited to announce that Pages now natively supports custom headers on your projects! Simply create a _headers file in the build directory of your project and within it, define the rules you want to apply....
October 22, 2021 3:31 PM
Cloudflare for SaaS for All, now Generally Available!
We are very excited to announce that Cloudflare for SaaS is generally available, so that every customer, big and small, can use Cloudflare for SaaS to continue scaling and building their SaaS business. ...
October 20, 2021 7:00 PM
Traffic Sequence: Which Product Runs First?
Understand how Cloudflare product’s interact via the new dashboard addition ‘Traffic Sequence’....