# vercel/micro

Asynchronous HTTP microservices

Repository: https://github.com/vercel/micro
Canonical: https://ross.abutalabs.com/products/vercel-micro
Language: TypeScript
License: MIT
License Family: permissive
Topics: async, await, micro, microservice, vercel
Last push: 2026-05-21T17:54:02+00:00

## Health v2 (maintenance only)
Score: 60/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 83, release rhythm 8, longevity 100
- inputs: {"age_days": 3875, "days_push": 104, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 10625, forks 453 (observed 2026-08-28T04:10:43.600288+00:00)

## What it is
Micro is a minimal asynchronous HTTP framework for building microservices in Node.js using async/await. It provides a tiny, dependency-light core for handling HTTP requests as simple async functions.

## Use cases
- build lightweight http microservices in node.js
- create small async api endpoints
- replace express with a minimal http server
- write serverless-style http functions
- handle json apis with async/await

## When to choose
- you want a tiny, fast http server with minimal abstraction
- you prefer async/await-based request handling
- you're building small single-purpose microservices or serverless functions

## When to avoid
- you need batteries-included features like routing tables, middleware ecosystems, or validation
- you're building a large monolithic web application
- you need websockets or advanced protocol support out of the box

## Facets
- artifact type: framework
- maturity: maintenance
- function: http-server, web-framework, api-framework, middleware, routing
- domain: backend, web-development, microservices, apis
- platform: serverless, cli
- tags: async-await, microservices, minimal-framework, http-microservices, typescript, nodejs, web-server

## Member repositories
- vercel/micro (main) score 60

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:43.600288+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T17:18:27.623527+00:00, confidence not recorded.
  - readme: https://github.com/vercel/micro (fetched 2026-08-28T04:10:43.600288+00:00, sha c05d75d3b701)
  - registry_npm: https://registry.npmjs.org/micro (fetched 2026-08-29T08:17:48.144320+00:00, sha 5deaacf681c1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
