Skip to main content

8 docs tagged with "runtime"

View all tags

Pikku AWS Lambda Runtime

Deploy Pikku functions to AWS Lambda with serverless framework. Use for serverless architectures, pay-per-use pricing, automatic scaling, and event-driven applications.

Pikku BullMQ Queue Runtime

Run background queue workers using BullMQ and Redis. Use for reliable job processing, delayed tasks, job priorities, retries, and result tracking.

Pikku Cloudflare Workers Runtime

Deploy Pikku functions to Cloudflare Workers for edge computing. Use for global distribution, ultra-low latency, pay-per-request pricing, and serverless applications at the edge.

Pikku Express Runtime

Set up and deploy Pikku functions with Express.js server. Use when building traditional Node.js web servers, REST APIs, or integrating Pikku into existing Express applications.

Pikku Fastify Runtime

Set up and deploy Pikku functions with Fastify server. Use when building high-performance Node.js APIs, microservices, or integrating Pikku into existing Fastify applications.

Pikku PG-Boss Queue Runtime

Run background queue workers using PG-Boss and PostgreSQL. Use for reliable job processing with PostgreSQL as the backing store, no Redis required.

Pikku WebSocket (ws) Runtime

Set up standalone WebSocket servers using the ws library. Use when building dedicated WebSocket servers for real-time communication, chat applications, or pub/sub systems.

Pikku µWebSockets (uws) Runtime

Set up high-performance servers using µWebSockets.js (uWebSockets). Use when building performance-critical applications requiring extreme low latency and high throughput.