Skip to content
This repository was archived by the owner on Dec 2, 2024. It is now read-only.
This repository was 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

@Pomax

Description

@Pomax

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions