Simple pub/sub messaging for the web
A message bus client in Javascript
generate random IDs and avoid collisions
LiveReload JS client - auto reload browser on changes
TypeScript definitions for hat
Cross Platform Smart Fetch Ponyfill
Kendo UI Angular Upload Component
Convert form parameters to an object using the same logic as Rack
File Upload widget with multiple file selection, drag&drop support, progress bar, validation and preview images, audio and video for jQuery. Supports cross-domain, chunked and resumable file uploads. Works with any server-side platform (Google App Engine,
Icon Library for Prime UI Libraries
A request.formData() wrapper with streaming file upload handling
The command line interface for PostHog 🦔
Swarm tools for JavaScript.
Dead simple chunked file uploads using Fetch
TypeScript client library for the Mistral AI API
tsParticles spice rack palette
FilePond, Where files go to stretch their bits.
Google APIs Client Library for Node.js
Serverless Rack Plugin
Building blocks for Uploadcare products integration
CanvasJS JavaScript Charts - Official
Fork of graphql-upload@8 that works with graphql@15 for compatibility with apollo-server@2
A javascript/nodejs multipart/form-data parser which operates on raw data.
Bodyparser for Express/Sails. Exposes simple API for streaming multiple files to disk, S3, etc. without buffering to a .tmp directory.
Rack Upload handler with Nginx Upload Module support
Rack middleware for handling large file uploads. Integrates nicely with the Nginx upload module: http://www.grid.net.ru/nginx/upload.en.html
Rack Upload handler with Nginx Upload Module support
Middleware that converts files uploaded with mimetype application/octet-stream into normal form input, so Rack applications can read these as normal, rather than as raw input.
upr is Rack middleware that allows browser-side upload progress monitoring. It is based on (and should be client-side compatible with) several upload progress modules including ones used by leading web servers. It allows any Moneta backing store in addition to DRb. There is also a packaged example for using an ActiveRecord model for Rails.
Provides an upload endpoint for ajax uploads and easy attachement of ajax uploads as POST params for normal requests.
Rack middleware to change temporary directory of file upload
Enable paperclip file upload on Non-Rails rack application such as Sinatra
Simple ruby implementation to send notifications to Asana when a exception happens in Rails or Rack-based apps by creating a task and uploading exception details to the task using zip archives
thin_upload provides upload progress measuring functionality for thin ruby server, progresses can be accessed via rack middleware.
This project aims to replace the builtin git-http-backend CGI handler distributed with C Git with a Rack application. By default, Grack uses calls to git on the system to implement Smart HTTP. Since the git-http-backend is really just a simple wrapper for the upload-pack and receive-pack processes with the '--stateless-rpc' option, this does not actually re-implement very much. However, it is possible to use a different backend by specifying a different Adapter.