November 16, 2021 1:58PM
JavaScript modules are now supported on Cloudflare Workers
Full Stack Week
Cloudflare Workers
JavaScript
Developers
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:58PM
Introducing Services: Build Composable, Distributed Applications on Cloudflare Workers
Full Stack Week
Cloudflare Workers
Developers
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:59PM
Introducing Relational Database Connectors
Full Stack Week
Postgres
Cloudflare Workers
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:59PM
Developer Spotlight: Winning a Game Jam with Jamstack and Durable Objects
Full Stack Week
Developer Spotlight
Cloudflare Workers
Durable Objects
Guest Post
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:59PM
Making connections with TCP and Sockets for Workers
Full Stack Week
Cloudflare Workers
QUIC
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:59PM
Durable Objects — now Generally Available
Today, we’re announcing that Durable Objects are generally available and production-ready for you to use!...