Pikku Authentication Middleware Helpers
Pikku provides pre-built authentication middleware helpers for common authentication patterns.
Pikku provides pre-built authentication middleware helpers for common authentication patterns.
Deploy Pikku functions to AWS Lambda with serverless framework. Use for serverless architectures, pay-per-use pricing, automatic scaling, and event-driven applications.
Run background queue workers using BullMQ and Redis. Use for reliable job processing, delayed tasks, job priorities, retries, and result tracking.
Wire Pikku functions as command-line interfaces with nested commands and custom renderers
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.
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.
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.
Run background queue workers using PG-Boss and PostgreSQL. Use for reliable job processing with PostgreSQL as the backing store, no Redis required.
Foundational patterns for setting up Pikku projects. Covers project detection, directory structures, bootstrap imports, and common configuration. Referenced by all runtime adapter skills.
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.
Organize Pikku monorepos with Yarn workspaces - directory structure and package organization
Set up high-performance servers using µWebSockets.js (uWebSockets). Use when building performance-critical applications requiring extreme low latency and high throughput.