A REST API framework built on top of Express, version 1.2.0. It provides a structured way to define routes with priorities and prefixes, and includes integrated support for response time tracking, logging (morgan), CORS, body parsing, gzip compression, HTTPS, and optional database connections (MSSQL, MySQL). The framework also includes a built-in Validator based on Joi. The project has not been updated in years and appears to be in maintenance mode. Compared to more active frameworks like Feathers or Sails, it is less feature-rich and poorly documented in English.
npm install rest-expressNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows how to start a rest-express server with common options like port, logging, CORS, gzip, and a routes directory.
Consider migrating to a more modern framework like Express itself or Feathers.
Run 'npm install mssql mysql multer' as needed.
Use require instead of import.
Run 'npm install mssql'
Run 'npm install rest-express' and ensure using require.