express-http-to-https is a node.js package for providing an Express middleware that redirects the client to HTTPS if they attempt to connect over HTTP.
Create HTTP error objects
OpenTelemetry instrumentation for `express` http web application framework
The one-liner node.js proxy middleware for connect, express, next.js and more
Basic IP rate-limiting middleware for Express. Use to limit repeated requests to public APIs and/or endpoints such as password reset.
TypeScript definitions for express
TypeScript definitions for express-serve-static-core
http proxy middleware for express
Get and set request-scoped context anywhere
Fast, unopinionated, minimalist web framework
A highly configurable, middleware compatible implementation of CORS.
Plug & play basic auth middleware for express
express.js middleware for winstonjs/winston
SuperAgent driven library for testing HTTP servers
An Apollo Server integration for use with Express v5
express middleware with popular prometheus metrics in one bundle
TypeScript definitions for express-http-proxy
i18next-http-middleware is a middleware to be used with Node.js web frameworks like express or Fastify and also for Deno.
Deceive HTTP parser
Mock 'http' objects for testing Express, Next.js and Koa routing functions
Gracefully terminates HTTP(S) server.
Include Flmngr file manager server-side into your Express app or website
An Apollo Server integration for use with Express v4
help secure Express/Connect apps with various HTTP headers
Pure Ruby implementation of Google Common Expression Language, https://opensource.google/projects/cel.
A lightweight Rack-based web framework inspired by Express.js, designed for simplicity and speed.
A compiler and library that transforms highly readable Simple Regex Language patterns into regular expressions.
Curies implements the CURIE syntax for expressing Compact URIs. See http://www.w3.org/TR/curie/ for more information.
Curies implements the CURIE syntax for expressing Compact URIs. See http://www.w3.org/TR/curie/ for more information.
Ruby bindings to the Oniguruma[http://www.geocities.jp/kosako3/oniguruma/] regular expression library (no need to recompile Ruby).
Utility to monitor log files and submit lines which match regular expressions to a server via HTTP
This gem is a port of https://github.com/francisrstokes/super-expressive
Ruby bindings to the Oniguruma[http://www.geocities.jp/kosako3/oniguruma/] regular expression library (no need to recompile Ruby).
Expand hostlist expression like those defined in pdsh or Ansible inventory files. An expression like "host-[1-3].com" will expand into an array containing the elements host-1.com, host-2.com and host-3.com See https://github.com/udondan/hostlist_expression-ruby for documentation
Quill is a free, open source WYSIWYG editor built for the modern web. With its modular architecture and expressive API, it is completely customizable to fit any need. Check: 'https://github.com/adnanmirza1/quill-js-rails-adnan' for documentation
Regextest generates sample string that matches with regular expression. Unlike similar tools, it recognizes anchors, charactor classes and other advanced notation of ruby regex. Target users are programmers or students for debugging/learning regular expression. You can use [sample application](http://goo.gl/5miiF4) without installation.