@agape/express
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

Agape Express

Utilities for express applications

Synopsis

const app: Application = express();

/* logging */
app.use( log )

/* proxy */
app.use(['/ng', '/ng/*'], proxy('http://localhost:4200') )

Middleware

log

Log incoming http requests

proxy( url )

Proxy a route another server

Author

Maverik Minett maverik.minett@gmail.com

Copyright

© 2023 Maverik Minett

License

MIT

/@agape/express/

    Package Sidebar

    Install

    npm i @agape/express

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    5.01 kB

    Total Files

    11

    Last publish

    Collaborators

    • maverik.minett