HTTP Agent that keeps socket connections alive between keep-alive requests. Formerly part of mikeal/request, now a standalone module.
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
A frame-synced render loop for JavaScript
TypeScript definitions for hat
Missing keepalive http.Agent
check if urls are dead or alive
Convert form parameters to an object using the same logic as Rack
a keep-alive agent for http and https
Terminal task list reborn! Create beautiful CLI interfaces via easy and logical to implement task lists that feel alive and interactive.
Production process manager for Node.JS applications with a built-in load balancer.
checks whether a hyperlink is alive (200 OK) or dead
Listr2 prompt adapter for inquirer.
tsParticles spice rack palette
Template repository making it easier for developers to write frontend functionality that will be integrated into dotcom
Gracefully shutdown a running HTTP server.
Parse http headers
> 🎶 Ah, ha, ha, ha, stayin' aliiiiiiiiiiiiiive! [🎤](https://www.youtube.com/watch?v=I_izvAbhExY)
Zero dependencies, gracefully terminates HTTP(S) server.
Local-first emotional AI runtime with memory, impulses, and a live dashboard.
Pino logger for NestJS
Package will allow components to maintain their status, to avoid repeated re-rendering.
Rack middleware for checking if app is alive or not - optionally via custom condition(s).
SidekiqStatusMonitor offers a solution to add HTTP server for the sidekiq instance. Can be used for Kubernetes livenessProbe and readinessProbe checks. Other liveness/alive checks can be done too since the server returns 200/500 status codes. Also provides a HTTP JSON interface for crawling metrics.
resque-alive adds a Kubernetes Liveness probe to a Resque instance. How? resque-alive provides a small rack application which exposes HTTP endpoint to return the "Aliveness" of the Resque instance. Aliveness is determined by the presence of an auto-expiring key. resque-alive schedules a "heartbeat" job to periodically refresh the expiring key - in the event the Resque instance can"t process the job, the key expires and the instance is marked as unhealthy.