talk-data.com
Meetup
talk
2025-09-11 at 07:20
Writing Typescript functions that can run anywhere!
Description
Most frameworks promise deploy anywhere, but usually only for HTTP routes. The moment you add WebSockets, queues, or message buses, things get messy fast. Join me for a talk on how to build backend platforms that are truly platform-agnostic: able to run anywhere, from a single process to multiple VMs to fully serverless in the cloud — and switch between them in minutes. We’ll dive into writing WebSocket code that can run serverless, building type-safe queues, and see live examples of this philosophy in action with Pikku.dev.