Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation how to steal express apps with less Modifications :) #42

Open
frank-dspeed opened this issue Nov 6, 2017 · 0 comments
Open

Comments

@frank-dspeed
Copy link
Member

Importent Hooks

  • app._router.stack === []
    the Complet stack of registered middelware for a express app
  • express.Router().stack === []
    the Complet stack of registered middelware for a express app router

remove change reorder middelware as needed and export it as own app.

steal server demonstrates that powerfull via its use of done-serve 👯‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant