Skipper

screenshot of Skipper
express

Streaming multi-uploads for Sails/Express - supports disk, S3, gridfs, and custom file adapters

Overview:

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.

Features:

  • Easy Implementation: Skipper makes it easy to stream file uploads to various destinations like disk or S3.
  • Quick Start Guide: Assists in setting up and using Skipper for receiving and managing uploaded files.
  • Global Options Configuration: Allows customization of behavior through configurable options like timeouts.
  • Support for Express and Sails: Compatible with both Express and Sails frameworks for file upload handling.

Summary:

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
Express

Express.js is a simple Node.js framework for single, multi-page, and hybrid web applications.

eslint
Eslint

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.