Back to Tags
Express
9 items tagged with "express"
Filter by type:
Migrations2
Stacks2
Stack
Node + Express + Mongo Stack
JavaScript backend stack using Node.js, Express, and MongoDB for flexible, schema-light REST APIs and rapid prototyping.
Stack
Express + React + Postgres
A classic JavaScript full stack: an Express REST API on Node.js, a React frontend, and a PostgreSQL database, flexible and widely understood.
Comparisons2
Comparison
Express vs Fastify
Express is the ubiquitous, minimal Node.js framework; Fastify is a modern alternative built for higher throughput and schema-based validation.
Comparison
NestJS vs Express
NestJS is a structured, opinionated TypeScript framework with DI and modules; Express is a minimal, unopinionated Node.js framework.