Simple pub/sub messaging for the web
This plugin transforms ES2015 modules to CommonJS
Compile ES2015 for...of to ES5
Compile ES2015 block scoping (const and let) to ES5
Compile objects with duplicate keys to valid strict ES5
Apply ES2015 function.name semantics to all functions
Compile regular expressions using named groups to ES5.
Transform import() expressions
Transform optional chaining operators into a series of nil checks
This plugin transforms ES2015 modules to UMD
Add a __source prop to all JSX Elements
Compile ES2015 spread to ES5
Compile ES2015 arrow functions to ES5
Transform TypeScript into ES.next
Compile ES2015 classes to ES5
Compile ES2015 unicode string and number literals to ES5
Transform class static blocks
Compile ES2015 template literals to ES5
Add a __self prop to all JSX Elements
Ensure that reserved words are quoted in object property keys
Compile exponentiation operator to ES5
Compile ES2015 shorthand properties to ES5
Compile ES2015 destructuring to ES5
Explode async and generator functions into a state machine.
Rack::Transform is a middleware that attemps to make a compatibility layer between two different request/responses that should hit the same endpoint.
Rack-Jekyll transforms your Jekyll app into a Rack application.
Rack::Cappucciono serves up your Build/Release/__APPNAME__ folder as a Rack application.
A toy gem dedicated to clients and project managers who make silly and unrealistic requirements
Rack-Bunto transforms your Bunto app into a Rack application.
Rack Middleware that transforms any (english) text to lolspeak
Incoming JSON keys are transformed from camelCase to snake_case. Outgoing JSON keys are transformed from snake_case to camelCase.
A rack middleware for transforming XML with XSL.
A Rack middleware that transforms async requests (using thin + async_sinatra for example) into synchronous requests. Useful for testing Async Sinatra apps with a minimum of changes in your testing environment.
Rack middleware for transforming XML with XSL.
Lanyon is a good friend of Jekyll, the static site generator, and transforms your website into a Rack application.
NOTE: This is a fork of puma-plugin-telemetry, modified to: - Support Puma 7 - Add LogTarget, with custom formatter: and transform: options - Warn about socket telemetry on unsupported platforms Puma plugin which should be able to handle all your metric needs regarding your webserver: - ability to publish basic puma statistics (like queue backlog) to both logs and datadog - ability to add custom target whenever you need it - ability to monitor puma socket listen queue (!) - ability to report requests queue time via custom rack middleware - the time request spent between being accepted by Load Balancer and start of its processing by Puma worker