A simple and fast, fire-and-forget module that all Nodejs+Express app should have, to automatically require all your express routes without bloating your code with `app.use('i/will/repeat/this', require('./i/will/repeat/this')`. 把 Express 路由图给自动化。
Multer storage engine for GridFS
A simple mock middleware for express
Use existing web application frameworks in serverless environments
A module for serving static files. Does etags, caching, etc.
Plugin library
Dependency to enable sentry with standard settings
Spool Express - Binds the routes compiled in spool-router to an Express 4 Server.
SQLite-backed session store for express-session written in Typescript
TypeScript definitions for @node-red/editor-api
Enforce the version of peer dependnecies
ESLint shareable config to enforce strict conventions and good code quality.
Express middleware to ignore favicon and Apple touch-icon* requests
Bindings for Zopfli compressing lib. Compress gzip files 5% better than gzip.
A useful pre-commit hook for git based projects that lints and runs npm test
Toolchain for Node projects
Express adapter for @bosonprotocol/x402-facilitator — mountable router exposing /verify, /settle, and /perform-action for the Boson Protocol escrow scheme.
This repository provides (relatively) un-opinionated utility methods for creating Express APIs that leverage Zod for request and response validation and auto-generate OpenAPI documentation.
A full-stack TypeScript framework for shipping production web apps with one CLI. Scaffold with `npx ugly-app init my-app` and get an opinionated Express + React + PostgreSQL stack with built-in auth, type-safe RPC over WebSocket and HTTP, real-time docume
MCP browser server — loads and interacts with web pages using the user's Chromium-based browser with full JavaScript execution. Handles authentication, SSO, and anti-bot protection automatically via the user's existing browser session.
Simple declarative route configuration for Express without leaky abstractions.
Express namespaced routes extension
Stores the access and refresh tokens as part of the session (`express-session`), this way auth flow could be based on it.
Thin wrapper around Winston to provide unified logging across SaaSquatch NodeJS services