javascript
express
node_express
Official
Configuration
Policy
Keep middleware pure and terminate all code paths with next()/response.
Centralize config + secrets via dotenv-expand or platform envs.
Use helmet, rate limiting, and structured logging (pino/winston).
Commands
dev
npm run dev
lint
npm run lint
test
npm run test
start
NODE_ENV=production node dist/server.js
Add This Standard
Sign in to add this standard to your workspace
Sign in with GitHubDetails
- Language
- javascript
- Framework
- express
- Used in
- 5 rulesets