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

express 3 has been deprecated, and your examples use an API that is no longer endorsed #36

Open
Pomax opened this issue Feb 22, 2015 · 1 comment

Comments

@Pomax
Copy link

Pomax commented Feb 22, 2015

express has been on v4 for a while now, and the way it deals with middleware is radically different (as in, backward compat. breakingly) from v3 and before. Most of the code used in your examples don't work with the current version of Express, as almost all the functions you're using (body parser, etc) are now their own modules instead of baked into express.

@simonlopez
Copy link
Contributor

Hi, I haven't time to fix examples right now, but if you submit a pull request, I'll be happy to accept it.

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

2 participants