Fast, unopinionated, minimalist web framework. Use when: building REST API servers; middleware-based request handling; route management. NOT for: client-side browser applications; static file serving without a server.
Install
npx skillscat add yusenthebot/skills-pack/express Install via the SkillsCat registry.
SKILL.md
express
Overview
Fast, unopinionated, minimalist web framework. A popular web framework package for Node.js with 303.9M monthly downloads.
Installation
npm install expressCore API / Usage
import express from 'express';
// See official documentation for complete API reference
// https://www.npmjs.com/package/expressCommon Patterns
Key Features
- 28 Dependencies
- 99517 Dependents
- 287 Versions
- Docs & Community
Configuration
See the official documentation for configuration options and advanced settings.
Tips & Gotchas
- Install TypeScript types separately:
npm i -D @types/express. - Current version: 5.2.1. Check the changelog when upgrading across major versions.