Skip to content

andrewhayward/express-monkey-patch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Monkey-patching Express

"Express is a minimal and flexible node.js web application framework, providing a robust set of features for building single and multi-page, and hybrid web applications."

However, there are some minor issues; primarily named routing is never officially going to happen, and this fixes that problem. You probably won't find this useful, but it scratches some itches for me.

The source is available for download from GitHub. Alternatively, you can install using Node Package Manager (npm):

npm install express-monkey-patch

Usage

const express = require('express');

var app = express();
require('express-monkey-patch')(app);

About

Monkey-patches Express

Resources

License

Stars

Watchers

Forks

Packages

No packages published