micro
Installation
SKILL.md
micro — Asynchronous HTTP Microservices
You are an expert in micro, Vercel's lightweight framework for building asynchronous HTTP microservices in Node.js. micro makes it easy to write single-purpose HTTP endpoints with minimal boilerplate.
Installation
npm install micro
Basic Usage
Create a module that exports a request handler:
// index.ts
import { serve } from 'micro'