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

Qihoo360/evpp

A modern C++ network library for developing high performance network services in TCP/UDP/HTTP protocols. observed · 2026-08-28

github.com/Qihoo360/evpp · C++ · BSD-3-Clause (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • 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: 3470
  • days_rel: n/a
  • days_push: 875
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

3773 stars · 952 forks observed · 2026-08-28

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

evpp is a modern C++11 network library built on libevent for developing high-performance, nonblocking, multi-threaded TCP, UDP, and HTTP servers and clients. It also ships companion libraries evmc (async memcached client) and evnsq (async NSQ client), and is battle-tested in large-scale production.

Use cases

  • build a high-performance TCP server in C++
  • write a nonblocking HTTP server or client
  • implement a TCP long-connection gateway
  • make async memcached requests from C++
  • consume NSQ messages asynchronously in C++
  • resolve DNS asynchronously in a network service
  • build multi-threaded event-driven network services

When to choose

  • you need a modern C++11 interface over libevent for TCP/UDP/HTTP services
  • you need multi-core, thread-safe, nonblocking networking with proven production scale
  • you want async memcached or NSQ clients in C++

When to avoid

  • you need a full application framework with routing, serialization, or ORM features
  • you prefer higher-level languages or async runtimes like Go or Rust
  • you need a library with frequent recent development activity

Facets

library · maturity maintenance

http-server http-client websocket concurrency networking backend networking developer-tools microservices windows cpp cross-platform tcp-server udp-server libevent nonblocking event-driven c++11 high-performance evnsq evmc async-dns linux macos

1 source

Member repositories

RepositoryRoleHealth v2
Qihoo360/evppmain23

For agents

markdown · JSON · MCP: product_card(name="Qihoo360/evpp")

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