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

List of Middlewares and Plugins #592

Open
phlmn opened this issue Oct 19, 2018 · 5 comments
Open

List of Middlewares and Plugins #592

phlmn opened this issue Oct 19, 2018 · 5 comments

Comments

@phlmn
Copy link
Member

phlmn commented Oct 19, 2018

We should compile a list containing all middlewares and plugins we can find. It should be categorized and include links to the corresponding documentations and repositories.

Edit: We could use the GitHub API to check which version they support and if they are being updated.

This issue is used to collect them.

Official

Middlewares

  • mount
  • persistent
  • router
  • urlencoded
  • logger
  • iron-sessionstorage
  • staticfile

Plugins

  • params
  • body-parser

Community

Middlewares

Plugins

Other

Projects that use Iron

@sunng87
Copy link
Contributor

sunng87 commented Oct 20, 2018

I maintained two middlewares:

You may check dependent crates of iron on crates.io to find more useful community crates.

@elliotekj
Copy link

I made the iron_middlefiddle middleware: https://github.com/elliotekj/iron-middlefiddle

@zgtm
Copy link
Contributor

zgtm commented Feb 17, 2019

I browsed a bit through the first three pages of the dependent crates of iron and found the following crates (sorted by # of downloads):

Page 2

Page 3

other older crates:

Tools that use iron but are not middleware:

@atorstling
Copy link

I made corsware, a CORS middleware https://github.com/atorstling/corsware

@phlmn
Copy link
Member Author

phlmn commented May 24, 2019

@zgtm I added your findings to the list and created a new topic 'Projects that use Iron". The new topic probably should have it's own issue but it's easier like this for now.

I hope I did get everything. Metrics doesn't seem to use iron anymore.

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

No branches or pull requests

5 participants