{"library":"polka","type":"library","category":null,"description":"Polka is a minimalist, high-performance web server framework for Node.js, designed to be fast and provide an Express.js-like API with a significantly smaller footprint. While the current stable version is 0.5.2, active development is happening on the `1.0.0-next` series, which frequently releases patch and minor versions, indicating a rapid release cadence for the upcoming major version. Key differentiators include its small core, focus on raw speed, and modular design through companion packages like `@polka/compression`. It provides essential routing and middleware capabilities, making it suitable for building lightweight APIs and web services where performance is critical. The `1.0.0-next` series also introduces explicit support for ESM, TypeScript (`node16`/`nodenext`), and even Deno runtimes, broadening its applicability beyond traditional Node.js CommonJS environments.","language":"javascript","status":"active","version":"0.5.2","tags":["javascript"],"install":[{"cmd":"npm install polka","imports":["import { polka } from 'polka';","import type { Request, Response } from 'polka';","import compression from '@polka/compression';"]},{"cmd":"yarn add polka","imports":[]},{"cmd":"pnpm add polka","imports":[]}],"homepage":null,"github":"https://github.com/lukeed/polka","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/polka","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/polka/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}