zeroc-ice/ice
All-in-one solution for creating networked applications with RPC, pub/sub, server deployment, and more. observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 99
- Release rhythm 75
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 47
- age_days: 4201
- days_rel: 90
- days_push: 7
- n_releases_24m: 4
Adoption not part of the score
2191 stars · 601 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Ice (Internet Communications Engine) is a complete RPC framework for building networked applications, using the Slice IDL to generate client/server stubs across multiple programming languages. It bundles RPC over TCP/SSL/UDP/WebSocket, pub-sub services, configuration, logging, metrics, and server deployment tooling into one uniform API.
Use cases
- build a client-server app with typed remote procedure calls
- call a C++ server from a Python client over the network
- add pub-sub messaging to a distributed application
- replace gRPC with a mature multi-language RPC framework
- deploy and manage replicated servers in a distributed system
- serialize data over TCP without hand-writing network code
When to choose
- you need cross-language RPC with generated stubs from an IDL
- you want an all-in-one toolkit (RPC, pub-sub, deployment) rather than assembling libraries
- your project can comply with GPLv2 or you can purchase a commercial license
When to avoid
- you need a permissively licensed framework and cannot accept GPLv2 copyleft or pay for a commercial license
- you want a lightweight modern HTTP/JSON or QUIC-based RPC stack (consider IceRPC or gRPC instead)
- your use case is simple REST APIs for web frontends
Facets
framework · maturity stable
rpc serialization message-queue logging monitoring middleware microservices networking apis backend developer-tools cpp python jvm dotnet cross-platform windows idl slice pub-sub grpc-alternative binary-protocol dual-license javascript linux macos
5 sources
- readme: https://github.com/zeroc-ice/ice · fetched 2026-08-28 · 6a11e8a2c8d9
- homepage: https://zeroc.com · fetched 2026-08-29 · a262c7280b5f
- site_page: https://zeroc.com/about · fetched 2026-08-29 · 34b3dd777c7f
- site_page: https://docs.zeroc.com · fetched 2026-08-29 · e8c0a3266dc1
- site_page: https://zeroc.com/ice/pricing · fetched 2026-08-29 · 637b5a029db7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| zeroc-ice/ice | main | 91 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem