Ross ROSS = Recommend OSS · open-source software intelligence for agents

unum-cloud/UCall

Web Serving and Remote Procedure Calls at 50x lower latency and 70x higher bandwidth than FastAPI, implementing JSON-RPC & REST over io_uring ☎️ observed · 2026-08-28

github.com/unum-cloud/UCall · homepage · C · Apache-2.0 (permissive) observed · 2026-08-28

Health v2 · maintenance only

46/100

  • Activity 42
  • Release rhythm 24
  • Longevity 95
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: 172.5
  • age_days: 1338
  • days_rel: 351
  • days_push: 351
  • n_releases_24m: 3

Full methodology

Adoption not part of the score

1331 stars · 54 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

UCall is a high-performance JSON-RPC and REST serving library written in C with Python bindings, using io_uring and POSIX sockets to achieve far lower latency than FastAPI or gRPC. It exposes a FastAPI-like decorator API for defining remote procedures served over TCP/HTTP.

Use cases

  • serve -rpc endpoints with minimal latency
  • replace fastapi for high-throughput microservices
  • build low-latency rpc backend in python
  • expose python functions over rest or -rpc
  • benchmark web serving frameworks
  • handle thousands of requests per second on linux

When to choose

  • you need much lower latency or higher throughput than FastAPI or gRPC
  • you run on modern Linux kernels with io_uring support
  • you want a simple decorator-based API for RPC services

When to avoid

  • you need full REST ecosystem features like middleware, auth, or OpenAPI generation
  • you deploy on non-Linux platforms without io_uring
  • you need a mature framework with a large community and plugins

Facets

library · maturity active

rpc http-server web-framework serialization backend web-development apis performance developer-tools python c cli -rpc io-uring fastapi-alternative high-performance rest tcp simd linux

2 sources

Member repositories

RepositoryRoleHealth v2
unum-cloud/UCallmain46

For agents

markdown · JSON · MCP: product_card(name="unum-cloud/UCall")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem