jorisvink/kore
An easy to use, scalable and secure web application framework for writing web APIs in C or Python. || This is a read-only mirror, please see https://kore.io/mail and https://kore.io/source for information on how to contribute via the mailing lists. observed · 2026-08-28
Health v2 · maintenance only
67/100
- Activity 98
- Release rhythm 8
- Longevity 100
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: 4837
- days_rel: n/a
- days_push: 15
- n_releases_24m: 0
Adoption not part of the score
3823 stars · 321 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Kore is an easy-to-use, scalable web application framework for writing web APIs and concurrent web processes in C or Python. It is secure by default, with privilege separation, sandboxed worker processes (seccomp/pledge), TLS enabled by default, and an event-driven architecture with per-CPU workers.
Use cases
- write a high-performance web API in C
- build a secure HTTPS server with automatic X509 certificates via ACME
- serve websockets in a lightweight C backend
- run a sandboxed web application with seccomp/pledge isolation
- add Python page handlers to a C web server
- build a web service with async PostgreSQL support
- deploy a web app as a single binary or dynamic library
When to choose
- you need a fast, minimal web server in C with strong security defaults
- you want privilege separation and OS-level sandboxing for a web service
- you target Linux, OpenBSD, FreeBSD, or macOS on x64/arm/aarch64
- you need TLS, websockets, and hot module reloading out of the box
When to avoid
- you want a large ecosystem of middleware and third-party packages
- your team primarily works in high-level languages like JavaScript or Go
- you need rapid prototyping over raw performance and security hardening
- you require platforms or architectures outside Linux/BSD/macOS x64/arm
Facets
framework · maturity stable
web-framework http-server websocket api-framework security web-development backend apis security bsd c python high-performance privilege-separation seccomp tls acme event-driven pgsql sandboxed-workers linux macos
1 source
- readme: https://github.com/jorisvink/kore · fetched 2026-08-28 · d8edfae439d9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| jorisvink/kore | main | 67 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem