# nicolasff/webdis

A Redis HTTP interface with JSON output

Repository: https://github.com/nicolasff/webdis
Canonical: https://ross.abutalabs.com/products/webdis
Homepage: https://webd.is
Language: C
License: BSD-2-Clause
License Family: permissive
Topics: webdis, redis, http, json, websocket
Last push: 2026-05-18T04:24:22+00:00

## Health v2 (maintenance only)
Score: 70/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 83, release rhythm 35, longevity 100
- inputs: {"age_days": 5735, "days_push": 107, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2964, forks 309 (observed 2026-08-28T04:07:32.435239+00:00)

## What it is
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
- artifact type: service
- maturity: active
- function: http-server, api-framework, websocket, middleware
- domain: databases, apis, web-development, backend
- platform: self-hosted
- tags: redis, http-interface, json-api, jsonp, pub-sub, c, linux, macos, docker, web-server

## Member repositories
- nicolasff/webdis (main) score 70

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:32.435239+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T07:32:07.323138+00:00, confidence not recorded.
  - readme: https://github.com/nicolasff/webdis (fetched 2026-08-28T04:07:32.435239+00:00, sha 2de2bed91623)
  - homepage: https://webd.is (fetched 2026-08-29T09:47:17.233080+00:00, sha 9795439ae6ee)
- Data as of 2026-08-30T08:39:29.467469+00:00.
