Express Enrouten

screenshot of Express Enrouten
express

An express route initialization and configuration module.

Overview

express-enrouten is a route configuration middleware for Express.js. It supports route configuration via both convention and configuration. The module is compatible with Express version 4.0 and above.

Features

  • Configuration Support: Supports routes via configuration and convention.
  • Named Routes: Provides support for naming routes in index and directory configurations.
  • Controller Files: Loads and executes files that exports a function accepting a single argument.

Summary

express-enrouten is a middleware for easy route configuration in Express.js. It allows for configuration via files and conventions, supports named routes, and loads controller files automatically. This package enhances the process of setting up routes in Express applications.

express
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.