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

quantmind/pulsar

Event driven concurrent framework for Python observed · 2026-08-28

github.com/quantmind/pulsar · Python · BSD-3-Clause (permissive) · archived observed · 2026-08-28

Health v2 · maintenance only

10/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100

Flags: archived

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: 5709
  • days_rel: n/a
  • days_push: 2441
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1845 stars · 161 forks observed · 2026-08-28

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

Pulsar is an event-driven concurrent framework for Python built on asyncio, providing tools for building scalable network applications such as WSGI servers, websockets, RPC services, and test suites. It uses an actor-based model with multiprocessing and greenlet support to handle many concurrent client connections.

Use cases

  • build an async wsgi web server in python
  • write concurrent network services with asyncio
  • serve websockets from python
  • build -rpc servers
  • run multiprocessing actor-based workers
  • test async python applications

When to choose

  • you need an event-driven python server framework with actor-style concurrency
  • you want wsgi, websocket, and rpc servers from one framework
  • you're on python 3.5+ and want asyncio plus multiprocessing

When to avoid

  • you need a framework with recent releases and active maintenance
  • you prefer mainstream alternatives like FastAPI, aiohttp, or Starlette
  • you need async framework features beyond what pulsar 2.0 provides

Facets

framework · maturity maintenance

web-framework http-server rpc websocket concurrency testing web-development backend developer-tools microservices python windows cross-platform asyncio wsgi actor-model multiprocessing greenlet event-driven linux macos

2 sources

Member repositories

RepositoryRoleHealth v2
quantmind/pulsarmain10

For agents

markdown · JSON · MCP: product_card(name="quantmind/pulsar")

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