Node.js starter kit with minimal dependencies for building server apps.
A framework-agnostic Node.js starter kit (Node.js v16+) that provides a minimal, readable structure for building APIs and networked server applications. It includes a layered architecture, protocol-agnostic API routing, a Postgresql data access layer, session persistence, sandboxing, and examples for tests and graceful shutdown. Intended for development, learning, and prototyping rather than production deployment without additional hardening.
0