Skip to content
This repository has been archived by the owner on Dec 2, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants