Skip to main content

12 docs tagged with "pikku"

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 CLI Wiring

Wire Pikku functions as command-line interfaces with nested commands and custom renderers

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 Project Setup Foundations

Foundational patterns for setting up Pikku projects. Covers project detection, directory structures, bootstrap imports, and common configuration. Referenced by all runtime adapter skills.

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 Yarn Workspace

Organize Pikku monorepos with Yarn workspaces - directory structure and package organization

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.