uwsgi-plugin-ring-openjdk-17
Closure/Ring plugin for uWSGI (OpenJDK 17)
uWSGI presents a complete stack for networked/clustered web applications,
implementing message/object passing, caching, RPC and process management.
It is designed to be fully modular. This means that different plugins can be
used in order to add compatibility with tons of different technology on top of
the same core.
php-symfony-ring-central-notifier
Symfony RingCentral Notifier Bridge
The Symfony RingCentral Notifier Bridge provides RingCentral integration
for Symfony Notifier.
xringd
extended ring daemon - monitor phone rings and take action
xringd will monitor a serial line for RING signals and activate various
commands when specific "ring-delay sequences" are detected.
libring-mock-clojure
library for creating mock Ring request maps
Ring-mock is a library for creating mock Ring request maps. It is primarily
used for testing applications using Ring.
libring-anti-forgery-clojure
Ring middleware to prevent CSRF attacks
ring-anti-forgery is a Ring middleware that prevents CSRF attacks via
a randomly-generated anti-forgery token. By default, any request that isn't a
HEAD or GET request will require an anti-forgery token, or an "access denied"
response will be returned. The token is bound to the session, and accessible
via the "anti-forgery-token" variable.
libring-defaults-clojure
Ring middleware that provides sensible defaults
Knowing what middleware to add to a Ring application, and in what
order, can be difficult and prone to error.