# ideawu/icomet

A C1000K comet/push server built with C++, for web and mobile app

Repository: https://github.com/ideawu/icomet
Canonical: https://ross.abutalabs.com/products/icomet
Language: C++
License: BSD-3-Clause
License Family: permissive
Last push: 2018-11-04T18:50:48+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4745, "days_push": 2859, "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 1510, forks 501 (observed 2026-08-28T04:04:55.873670+00:00)

## What it is
iComet is a high-concurrency comet/server-push messaging server written in C++ with libevent, designed to handle a million concurrent connections (C1000K). It ships with a JavaScript client library and supports HTTP long-polling subscriptions for web, mobile, and desktop apps.

## Use cases
- add server-push notifications to a web app
- build a real-time web chat
- push messages to mobile applications
- implement pub/sub channels over HTTP long-polling
- handle millions of concurrent push connections
- integrate server push behind nginx on port 80

## When to choose
- you need a lightweight, self-hosted push server with very high connection counts
- your clients are browsers or mobile apps that can't hold persistent websockets
- you want a simple HTTP subscribe/push API with a ready-made JS client

## When to avoid
- you need modern WebSocket or SSE support with active maintenance
- you want a managed cloud messaging service
- your stack is Node.js or Go and a maintained library there fits better

## Facets
- artifact type: service
- maturity: maintenance
- function: http-server, websocket, message-queue, middleware
- domain: web-development, backend
- platform: cpp, self-hosted
- tags: comet, server-push, long-polling, pubsub, c1000k, libevent, real-time-messaging, messaging, real-time, linux, macos, web-server

## Member repositories
- ideawu/icomet (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:55.873670+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-30T04:32:26.081267+00:00, confidence not recorded.
  - readme: https://github.com/ideawu/icomet (fetched 2026-08-28T04:04:55.873670+00:00, sha a5e89dbe770a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
