Maximization / nodejs-toolbox-catalog

Catalog of categories and libraries for Node.js Toolbox
https://nodejstoolbox.com
MIT License
259 stars 38 forks source link

File Upload added #3

Closed ujjwalsinghbasnet closed 1 year ago

ujjwalsinghbasnet commented 1 year ago

Thank you for contributing to the Node.js Toolbox catalog! 🙏

Before submitting your pull request, please make sure:

Maximization commented 1 year ago

Thank you for the PR! I've made two adjustments:

  1. Removed uploader. It's an end-to-end frontend library that doesn't have much to do with Node.js I believe.
  2. Replaced connect-multiparty with multiparty (author actually recommends using multiparty directly)
Maximization commented 1 year ago

@Ujjwal32 Category is live! https://nodejstoolbox.com/categories/file-uploads

Thanks again ❤️