
Streaming multi-uploads for Sails/Express - supports disk, S3, gridfs, and custom file adapters
Skipper is a tool that simplifies the implementation of streaming file uploads to disk, S3, or any supported file upload adapters in Express or Sails apps.
Skipper facilitates the streaming of file uploads to different storage locations, providing a quick start guide for implementation and offering various configurable options for customization. It seamlessly integrates with popular frameworks like Express and Sails, making it a versatile tool for managing file uploads in web applications.

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.