nicolasff/webdis
A Redis HTTP interface with JSON output observed · 2026-08-28
Health v2 · maintenance only
70/100
- Activity 83
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 5735
- days_rel: n/a
- days_push: 107
- n_releases_24m: 0
Adoption not part of the score
2964 stars · 309 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Webdis is a lightweight HTTP server written in C that exposes Redis commands over HTTP with JSON output. It supports JSONP, chunked pub/sub, access control via IP masks or HTTP auth, and file uploads via PUT.
Use cases
- query redis over http with curl
- expose redis as a json rest api
- use redis from javascript without a redis client
- subscribe to redis pub/sub channels over http
- give browser apps read access to redis
- set redis keys by uploading files with http put
When to choose
- you need to access Redis from environments where a Redis client is impractical, like browsers or simple scripts
- you want a small, fast, self-contained HTTP-to-Redis gateway
- you need JSONP or chunked pub/sub over HTTP
When to avoid
- your application can connect to Redis directly with a native client
- you need full Redis protocol features not exposed by Webdis
- you require heavy authentication or API management features better suited to an API gateway
Facets
service · maturity active
http-server api-framework websocket middleware databases apis web-development backend self-hosted redis http-interface json-api jsonp pub-sub c linux macos docker web-server
2 sources
- readme: https://github.com/nicolasff/webdis · fetched 2026-08-28 · 2de2bed91623
- homepage: https://webd.is · fetched 2026-08-29 · 9795439ae6ee
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| nicolasff/webdis | main | 70 |
For agents
markdown · JSON · MCP: product_card(name="nicolasff/webdis")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem