How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Running Perl/PAGI applications on Cloudflare Workers via WebAssembly

calendar_today September 12, 2026 person Andrew Speer domain perl

Background I’ve been developing the WebDyne framework to make creation of Perl-based web applications easier (for me anyway). Most of the apps I write now use John Napiorkowski’s excellent PAGI design, as it supports modern asynchronous web services such as SSE and WebSockets. One of the challenges has always been: “where do I host them?” They run fine in Docker containers, and the demo website currently runs on Sevalla in a relatively cheap container.

open_in_new Read original post