https://github.com/grpc/grpc
C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
https://github.com/grpc/grpc
Keywords from Contributors
marshalling protobuf-runtime protoc protocol-buffers protocol-compiler activerecord activejob mvc rubygems ruby-gem
Last synced: about 16 hours ago
JSON representation
Repository metadata
C++ based gRPC (C++, Python, Ruby, Objective-C, PHP, C#)
- Host: GitHub
- URL: https://github.com/grpc/grpc
- Owner: grpc
- License: apache-2.0
- Created: 2014-12-08T18:58:53.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2025-11-22T08:51:47.000Z (18 days ago)
- Last Synced: 2025-11-22T09:09:07.261Z (18 days ago)
- Language: C++
- Homepage: https://grpc.io
- Size: 561 MB
- Stars: 43,984
- Watchers: 1,332
- Forks: 11,002
- Open Issues: 1,139
- Releases: 359
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Governance: GOVERNANCE.md
- Authors: AUTHORS
- Notice: NOTICE.txt
- Maintainers: MAINTAINERS.md
README.md
gRPC – An RPC library and framework
gRPC is a modern, open source, high-performance remote procedure call (RPC)
framework that can run anywhere. gRPC enables client and server applications to
communicate transparently, and simplifies the building of connected systems.
To start using gRPC
To maximize usability, gRPC supports the standard method for adding dependencies
to a user's chosen language (if there is one). In most languages, the gRPC
runtime comes as a package available in a user's language package manager.
For instructions on how to use the language-specific gRPC runtime for a project,
please refer to these documents
- C++: follow the instructions under the
src/cppdirectory - C#/.NET: NuGet packages
Grpc.Net.Client,Grpc.AspNetCore.Server - Dart: pub package
grpc - Go:
go get google.golang.org/grpc - Java: Use JARs from Maven Central
Repository - Kotlin: Use JARs from Maven Central
Repository - Node:
npm install @grpc/grpc-js - Objective-C: Add
gRPC-ProtoRPCdependency to podspec - PHP:
pecl install grpc - Python:
pip install grpcio - Ruby:
gem install grpc - WebJS: follow the grpc-web instructions
Per-language quickstart guides and tutorials can be found in the
documentation section on the grpc.io website. Code
examples are available in the examples directory.
Precompiled bleeding-edge package builds of gRPC master branch's HEAD are
uploaded daily to packages.grpc.io.
To start developing gRPC
Contributions are welcome!
Please read How to contribute which will guide you through
the entire workflow of how to build the source code, how to run the tests, and
how to contribute changes to the gRPC codebase. The "How to contribute" document
also contains info on how the contribution process works and contains best
practices for creating contributions.
Troubleshooting
Sometimes things go wrong. Please check out the
Troubleshooting guide if you are experiencing issues with
gRPC.
Performance
See the Performance dashboard
for performance numbers of master branch daily builds.
Concepts
See gRPC Concepts
About This Repository
This repository contains source code for gRPC libraries implemented in multiple
languages written on top of a shared C++ core library src/core.
Libraries in different languages may be in various states of development. We are
seeking contributions for all of these libraries:
| Language | Source |
|---|---|
| Shared C++ [core library] | src/core |
| C++ | src/cpp |
| Ruby | src/ruby |
| Python | src/python |
| PHP | src/php |
| C# (core library based) | src/csharp |
| Objective-C | src/objective-c |
| Language | Source repo |
|---|---|
| Java | grpc-java |
| Kotlin | grpc-kotlin |
| Go | grpc-go |
| NodeJS | grpc-node |
| WebJS | grpc-web |
| Dart | grpc-dart |
| .NET (pure C# impl.) | grpc-dotnet |
| Swift | grpc-swift |
Owner metadata
- Name: grpc
- Login: grpc
- Email:
- Kind: organization
- Description: A high performance, open source, general-purpose RPC framework
- Website: https://grpc.io
- Location:
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/7802525?v=4
- Repositories: 31
- Last ynced at: 2025-10-25T00:32:46.808Z
- Profile URL: https://github.com/grpc
GitHub Events
Total
- Fork event: 497
- Create event: 459
- Commit comment event: 3
- Release event: 22
- Issues event: 527
- Watch event: 2038
- Delete event: 339
- Member event: 1
- Issue comment event: 2108
- Push event: 4030
- Pull request review event: 3535
- Pull request review comment event: 2573
- Pull request event: 3607
Last Year
- Fork event: 497
- Create event: 459
- Commit comment event: 3
- Release event: 22
- Issues event: 527
- Watch event: 2038
- Delete event: 339
- Member event: 1
- Issue comment event: 2108
- Push event: 4030
- Pull request review event: 3535
- Pull request review comment event: 2573
- Pull request event: 3607
Committers metadata
Last synced: 10 days ago
Total Commits: 40,206
Total Committers: 1,022
Avg Commits per committer: 39.341
Development Distribution Score (DDS): 0.817
Commits in past year: 1,846
Committers in past year: 101
Avg Commits per committer in past year: 18.277
Development Distribution Score (DDS) in past year: 0.727
| Name | Commits | |
|---|---|---|
| Craig Tiller | c****r@g****m | 7370 |
| Jan Tattermusch | j****h@g****m | 3690 |
| Mark D. Roth | r****h@g****m | 2083 |
| Yash Tibrewal | y****t@g****m | 1580 |
| Muxi Yan | m****n@g****m | 1369 |
| Vijay Pai | v****i@g****m | 1259 |
| murgatroid99 | m****h@g****m | 1248 |
| Lidi Zheng | l****z@g****m | 1070 |
| David Garcia Quintas | d****q@g****m | 1045 |
| Esun Kim | v****h@g****m | 973 |
| yang-g | y****g@g****m | 963 |
| Richard Belleville | r****i@g****m | 840 |
| ncteisen | n****n@g****m | 834 |
| Nicolas "Pixel" Noble | p****l@n****g | 763 |
| Alexander Polcyn | a****n@g****m | 725 |
| AJ Heller | h****k@g****m | 595 |
| Sree Kuchibhotla | s****k@g****m | 571 |
| Jorge Canizales | j****s@g****m | 553 |
| Yuchen Zeng | z****c@g****m | 508 |
| Tanvi Jagtap | 1****p | 505 |
| Stanley Cheung | s****g@g****m | 500 |
| Mehrdad Afshari | m****x@g****m | 412 |
| Tim Emiola | t****a@g****m | 342 |
| Karthik Ravi Shankar | k****s@g****m | 294 |
| Nathaniel Manista | n****l@g****m | 285 |
| Ken Payson | k****n@g****m | 281 |
| Eric Gribkoff | e****f@g****m | 277 |
| Sergii Tkachenko | s****k@g****m | 273 |
| Donna Dionne | d****e@g****m | 256 |
| Vignesh Babu | v****u@g****m | 241 |
| and 992 more... | ||
Committer domains:
- google.com: 290
- qq.com: 10
- chromium.org: 7
- microsoft.com: 5
- vn.fujitsu.com: 4
- dropbox.com: 4
- vmware.com: 3
- shopify.com: 3
- skyscanner.net: 3
- 126.com: 2
- alum.mit.edu: 2
- stripe.com: 2
- kitware.com: 2
- spotify.com: 2
- cn.fujitsu.com: 2
- 163.com: 2
- php.net: 2
- lyft.com: 2
- github.com: 2
- tobiidynavox.com: 1
- jorjun.com: 1
- timryan.org: 1
- hacst.net: 1
- oracle.com: 1
- clumio.com: 1
- jellyfish.co.nz: 1
- outlook.in: 1
- robsite.org: 1
- skroutz.gr: 1
- akshayshah.org: 1
- seznam.cz: 1
- cornell.edu: 1
- maneh.org: 1
- userver.tech: 1
- acoby.com: 1
- tzone.org: 1
- jacobyoung.me: 1
- intel.com: 1
- thoughtmachine.net: 1
- msn.com: 1
- petalcard.com: 1
- lovoo.com: 1
- andremedeiros.info: 1
- mentor.com: 1
- corp.microsoft.com: 1
- imperialviolet.org: 1
- instance-1.c.zinc-involution-796.internal: 1
- xiaoi.com: 1
- jp.fujitsu.com: 1
- sfu.ca: 1
- sandvine.com: 1
- canonical.com: 1
- buoyant.io: 1
- quizlet.com: 1
- practo.com: 1
- tomra.com: 1
- phystech.edu: 1
- mail.ru: 1
- epitech.eu: 1
- forumd.net: 1
- daum.net: 1
- giga.or.at: 1
- ufmg.br: 1
- coccoc.com: 1
- mattkwong-macbookpro.roam.corp.google.com: 1
- bluecore.com: 1
- stratisiot.com: 1
- appneta.com: 1
- basware.com: 1
- suse.com: 1
- thegoldfish.org: 1
- podsvirov.pro: 1
- grupawp.pl: 1
- amadeus.com: 1
- ucsd.edu: 1
- bwong.net: 1
- duodecima.technology: 1
- squareup.com: 1
- beyondcent.com: 1
- jubjubnest.net: 1
- freebsd.org: 1
- engflow.com: 1
- zerofail.com: 1
- blowmage.com: 1
- emmenlauer.de: 1
- adelez2.mtv.corp.google.com: 1
- apache.org: 1
- vsco.co: 1
- gmx.at: 1
- musicinmybrain.net: 1
- westernintech.com: 1
- naver.com: 1
- yugui.jp: 1
- makarand-linux.mtv.corp.google.com: 1
- jungheinrich.de: 1
- smartaction.com: 1
- newtonking.com: 1
- sojma.cz: 1
- peterzhu.ca: 1
- uber.com: 1
- bengler.no: 1
- cisco.com: 1
- cfht.hawaii.edu: 1
- gmx.com: 1
- est.tech: 1
- simplesurance.de: 1
- golang.org: 1
- cmd.nu: 1
- thingdust.com: 1
- avaya.com: 1
- pineapple.works: 1
- spinorx.com: 1
- kegel.com: 1
- jacobs-university.de: 1
- ubivpai.dls.corp.google.com: 1
- linux.intel.com: 1
- wisefour.com: 1
- kde.org: 1
- gs.com: 1
- thoughtworks.com: 1
- luminatewireless.com: 1
- wantedly.com: 1
- bensykes.com: 1
- tzik.jp: 1
- yannic-bonenberger.com: 1
- nobis-crew.org: 1
- plasma.ninja: 1
- lsmod.de: 1
- bou.ke: 1
- careevolution.com: 1
- comstyle.com: 1
- greenliff.com: 1
- alexvy86.com: 1
- nanoporetech.com: 1
- cazzulino.com: 1
- joosweb.de: 1
- floppy.co: 1
- webrtc.org: 1
- mhdante.com: 1
- daveb.net: 1
- weekly.org: 1
- deadmoose.com: 1
- yandex.ru: 1
- orijtech.com: 1
- gusto.com: 1
- designcondition.com: 1
- sobrinho.pt: 1
- chris-lamb.co.uk: 1
- peet.io: 1
- augmentcode.com: 1
- tutanota.com: 1
- twkie.net: 1
- bitflyer.com: 1
- hoolai.com: 1
- ishkawa.org: 1
- yandex-team.com: 1
- employmenthero.com: 1
- huawei.com: 1
- netflix.com: 1
- hotmail.es: 1
- starbladetech.com: 1
- arima.eu: 1
- pinterest.com: 1
- katzien.de: 1
- kolide.co: 1
- ernie.io: 1
- calcasa.nl: 1
- floriannagel.xyz: 1
- hanshq.net: 1
- afutuh.com: 1
- igalia.com: 1
- greiz-reinsdorf.de: 1
- dyring-andersen.dk: 1
- netapp.com: 1
- bigcommerce.com: 1
- mwdesigns.com: 1
- joeshaw.org: 1
- commoncode.io: 1
- simplisafe.com: 1
- bitron.ch: 1
- stanford.edu: 1
- kevindamm.com: 1
- polushin.org: 1
- pobox.com: 1
- daylessday.org: 1
- uliege.be: 1
- bithavoc.io: 1
- siedlarek.pl: 1
- premi.st: 1
- suemmermann.de: 1
- sethvargo.com: 1
- intrinsic.ai: 1
- cookpad.com: 1
- mercari.com: 1
- sourceware.org: 1
- podlipsky.net: 1
- thorne.id.au: 1
- brautaset.org: 1
- clear-code.com: 1
- k2dq.com: 1
- adap.com: 1
- noemail.com: 1
- gitter.im: 1
- linecorp.com: 1
- philwo.de: 1
- morgwai.pl: 1
- clickhouse.com: 1
- chenrui.dev: 1
- compnerd.org: 1
- copilot.money: 1
- wework.com: 1
- curv.cc: 1
- greghaines.net: 1
- common.io: 1
- underarmour.com: 1
- ivaldi.nl: 1
- eero.com: 1
- byte-physics.de: 1
- python.org: 1
- gmx.de: 1
- in.tum.de: 1
- volue.com: 1
- yahoo.de: 1
- boivie.com: 1
- hashbangbash.com: 1
- openai.com: 1
- ya.ru: 1
- alibaba-inc.com: 1
- daocloud.io: 1
- proton.me: 1
- ikedam.jp: 1
- iress.com: 1
- syfm.me: 1
- inspur.com: 1
- gospotcheck.com: 1
- us.ibm.com: 1
- linaro.org: 1
- kfs.org: 1
- cybelangel.com: 1
- pefoley.com: 1
- theiselins.net: 1
- misuzilla.org: 1
- michaeljherold.com: 1
- libr.fr: 1
- stresser.de: 1
- unhosted.org: 1
- crocobox.org: 1
- mesosphere.io: 1
Issue and Pull Request metadata
Last synced: 4 days ago
Total issues: 1,486
Total pull requests: 10,096
Average time to close issues: 10 months
Average time to close pull requests: 25 days
Total issue authors: 1,170
Total pull request authors: 372
Average comments per issue: 4.16
Average comments per pull request: 0.54
Merged pull request: 2,606
Bot issues: 4
Bot pull requests: 1,774
Past year issues: 303
Past year pull requests: 3,660
Past year average time to close issues: 22 days
Past year average time to close pull requests: 6 days
Past year issue authors: 260
Past year pull request authors: 135
Past year average comments per issue: 1.32
Past year average comments per pull request: 0.34
Past year merged pull request: 738
Past year bot issues: 2
Past year bot pull requests: 913
Top Issue Authors
- yashykt (13)
- apolcyn (12)
- markdroth (12)
- veblush (12)
- gnossen (12)
- parthea (11)
- h-vetinari (9)
- RubenGarcia (8)
- bebuch (7)
- jtattermusch (7)
- ghost (6)
- atollena (6)
- jhump (6)
- d7d1cd (5)
- Sunidhi-Gaonkar1 (5)
Top Pull Request Authors
- copybara-service[bot] (1,554)
- ctiller (1,484)
- tanvi-jagtap (931)
- markdroth (650)
- yashykt (639)
- veblush (590)
- drfloob (512)
- XuanWang-Amos (367)
- eugeneo (334)
- sergiitk (215)
- yijiem (167)
- apolcyn (163)
- github-actions[bot] (151)
- HannahShiSFB (136)
- sreenithi (116)
Top Issue Labels
- priority/P2 (1,276)
- kind/bug (1,054)
- untriaged (502)
- lang/Python (385)
- lang/c++ (380)
- lang/core (301)
- kind/enhancement (234)
- disposition/requires reporter action (150)
- priority/P3 (116)
- lang/ruby (100)
- kind/question (87)
- disposition/help wanted (83)
- lang/C# (69)
- lang/php (65)
- disposition/never stale (58)
- area/security (48)
- kind/internal cleanup (32)
- area/build (32)
- disposition/stale (19)
- release notes: no (19)
- per-channel-memory/neutral (17)
- bloat/none (16)
- lang/other (12)
- lang/ObjC (11)
- area/core (9)
- platform/macOS (8)
- per-call-memory/neutral (8)
- platform/Windows (7)
- lang/all (7)
- area/api (7)
Top Pull Request Labels
- release notes: no (7,873)
- per-channel-memory/neutral (7,369)
- bloat/none (6,527)
- lang/core (5,388)
- per-call-memory/neutral (5,021)
- lang/c++ (1,989)
- per-call-memory/increase (1,281)
- per-call-memory/decrease (1,212)
- lang/Python (1,139)
- exported (1,054)
- imported (857)
- release notes: yes (585)
- lang/ObjC (579)
- lang/ruby (539)
- bloat/low (534)
- lang/php (336)
- lang/C# (320)
- bloat/improvement (288)
- area/build (282)
- bloat/medium (223)
- area/psm interop (168)
- area/test (140)
- area/security (136)
- area/infra (118)
- per-channel-memory/increase (74)
- dependencies (70)
- PR title format (61)
- lang/all (57)
- per-channel-memory/decrease (52)
- disposition/never stale (50)
Package metadata
- Total packages: 53
-
Total downloads:
- nuget: 557,367,492 total
- pypi: 490,722,766 last-month
- npm: 98 last-month
- Total docker downloads: 3,161,005,541
- Total dependent packages: 2,839 (may contain duplicates)
- Total dependent repositories: 72,557 (may contain duplicates)
- Total versions: 3,514
- Total maintainers: 17
- Total advisories: 5
pypi.org: grpcio
HTTP/2-based RPC framework
- Homepage: https://grpc.io
- Documentation: https://grpc.github.io/grpc/python
- Licenses: Apache License 2.0
- Latest release: 1.76.0 (published about 2 months ago)
- Last Synced: 2025-12-05T22:32:07.818Z (5 days ago)
- Versions: 274
- Dependent Packages: 1,373
- Dependent Repositories: 55,951
- Downloads: 236,906,510 Last month
- Docker Downloads: 3,058,571,220
-
Rankings:
- Downloads: 0.013%
- Dependent packages count: 0.019%
- Dependent repos count: 0.025%
- Docker downloads count: 0.026%
- Average: 0.04%
- Stargazers count: 0.067%
- Forks count: 0.091%
- Maintainers (2)
- Advisories:
pypi.org: grpcio-tools
Protobuf code generator for gRPC
- Homepage: https://grpc.io
- Documentation: https://grpcio-tools.readthedocs.io/
- Licenses: Apache License 2.0
- Latest release: 1.76.0 (published about 2 months ago)
- Last Synced: 2025-12-06T09:30:52.956Z (4 days ago)
- Versions: 249
- Dependent Packages: 505
- Dependent Repositories: 5,698
- Downloads: 253,779,135 Last month
- Docker Downloads: 102,433,841
-
Rankings:
- Downloads: 0.033%
- Dependent packages count: 0.05%
- Stargazers count: 0.069%
- Forks count: 0.09%
- Dependent repos count: 0.127%
- Average: 0.145%
- Docker downloads count: 0.501%
- Maintainers (2)
cocoapods.org: gRPC-ProtoRPC
RPC library for Protocol Buffers, based on gRPC
- Homepage: https://grpc.io
- Documentation: https://cocoadocs.org/docsets/gRPC-ProtoRPC/
- Licenses: Apache License, Version 2.0
- Latest release: 1.76.0 (published about 1 month ago)
- Last Synced: 2025-12-06T16:02:07.331Z (4 days ago)
- Versions: 210
- Dependent Packages: 21
- Dependent Repositories: 513
-
Rankings:
- Forks count: 0.019%
- Stargazers count: 0.024%
- Average: 0.168%
- Dependent repos count: 0.207%
- Dependent packages count: 0.421%
- Maintainers (8)
cocoapods.org: gRPC-Core
Core cross-platform gRPC library, written in C
- Homepage: https://grpc.io
- Documentation: https://cocoadocs.org/docsets/gRPC-Core/
- Licenses: Apache License, Version 2.0
- Latest release: 1.76.0 (published about 2 months ago)
- Last Synced: 2025-12-06T20:31:05.823Z (4 days ago)
- Versions: 212
- Dependent Packages: 8
- Dependent Repositories: 8,564
- Docker Downloads: 480
-
Rankings:
- Forks count: 0.019%
- Stargazers count: 0.024%
- Docker downloads count: 0.024%
- Dependent repos count: 0.05%
- Average: 0.321%
- Dependent packages count: 1.487%
- Maintainers (8)
cocoapods.org: gRPC
gRPC client library for iOS/OSX
- Homepage: https://grpc.io
- Documentation: https://cocoadocs.org/docsets/gRPC/
- Licenses: Apache License, Version 2.0
- Latest release: 1.76.0 (published about 2 months ago)
- Last Synced: 2025-12-05T16:01:32.315Z (5 days ago)
- Versions: 216
- Dependent Packages: 6
- Dependent Repositories: 273
-
Rankings:
- Forks count: 0.019%
- Stargazers count: 0.024%
- Dependent repos count: 0.317%
- Average: 0.547%
- Dependent packages count: 1.828%
- Maintainers (8)
cocoapods.org: gRPC-RxLibrary
Reactive Extensions library for iOS/OSX.
- Homepage: https://grpc.io
- Documentation: https://cocoadocs.org/docsets/gRPC-RxLibrary/
- Licenses: Apache License, Version 2.0
- Latest release: 1.76.0 (published about 2 months ago)
- Last Synced: 2025-12-06T05:37:39.285Z (4 days ago)
- Versions: 212
- Dependent Packages: 6
- Dependent Repositories: 264
-
Rankings:
- Forks count: 0.019%
- Stargazers count: 0.024%
- Dependent repos count: 0.325%
- Average: 0.549%
- Dependent packages count: 1.828%
- Maintainers (8)
conda-forge.org: grpcio
gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems. This package contains the gRPC C++ libraries and header files, as well as the code generation plugins.
- Homepage: https://grpc.io/
- Licenses: Apache-2.0
- Latest release: 1.49.1 (published about 3 years ago)
- Last Synced: 2025-12-01T12:33:04.825Z (9 days ago)
- Versions: 36
- Dependent Packages: 68
- Dependent Repositories: 480
-
Rankings:
- Stargazers count: 0.309%
- Forks count: 0.908%
- Average: 0.911%
- Dependent packages count: 1.143%
- Dependent repos count: 1.282%
nuget.org: grpc.dependencies.zlib.redist
Redistributable components for package 'grpc.dependencies.zlib'. This package should only be installed as a dependency. (This is not the package you are looking for).
- Homepage: http://github.com/grpc/grpc
- Licenses: apache-2.0
- Latest release: 1.2.8.10 (published almost 126 years ago)
- Last Synced: 2025-12-06T16:00:56.276Z (4 days ago)
- Versions: 3
- Dependent Packages: 5
- Dependent Repositories: 21
-
Rankings:
- Forks count: 0.009%
- Stargazers count: 0.015%
- Average: 1.058%
- Dependent repos count: 1.522%
- Dependent packages count: 2.686%
nuget.org: grpc.dependencies.openssl.redist
Redistributable components for package 'grpc.dependencies.openssl'. This package should only be installed as a dependency. (This is not the package you are looking for).
- Homepage: http://github.com/grpc/grpc
- Licenses: apache-2.0
- Latest release: 1.0.204.1 (published almost 126 years ago)
- Last Synced: 2025-12-06T08:30:41.093Z (4 days ago)
- Versions: 4
- Dependent Packages: 5
- Dependent Repositories: 21
-
Rankings:
- Forks count: 0.013%
- Stargazers count: 0.015%
- Average: 1.108%
- Dependent repos count: 1.511%
- Dependent packages count: 2.895%
proxy.golang.org: github.com/grpc/grpc/tools/http2_interop
http2interop document
- Homepage: https://github.com/grpc/grpc
- Documentation: https://pkg.go.dev/github.com/grpc/grpc/tools/http2_interop#section-documentation
- Licenses: Apache-2.0, BSD-3-Clause, MPL-2.0
- Latest release: (published 5 days ago)
- Last Synced: 2025-12-05T21:31:36.743Z (5 days ago)
- Versions: 0
- Dependent Packages: 2
- Dependent Repositories: 5
-
Rankings:
- Forks count: 0.017%
- Stargazers count: 0.03%
- Average: 1.619%
- Dependent repos count: 2.251%
- Dependent packages count: 4.177%
nuget.org: grpc.native.csharp
This package has been deprecated and its contents are now part of Grpc.Core package (starting from version 0.14.0). Native extension needed by gRPC C# library. This is not the package you are looking for, it is only meant to be used as a dependency.
- Homepage: http://github.com/grpc/grpc
- Licenses: apache-2.0
- Latest release: 0.13.1 (published almost 126 years ago)
- Last Synced: 2025-12-06T00:03:01.723Z (5 days ago)
- Versions: 4
- Dependent Packages: 4
- Dependent Repositories: 4
-
Rankings:
- Forks count: 0.009%
- Stargazers count: 0.015%
- Average: 1.76%
- Dependent packages count: 3.363%
- Dependent repos count: 3.652%
conda-forge.org: grpc-cpp
gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems. This package contains the gRPC C++ libraries and header files, as well as the code generation plugins.
- Homepage: https://grpc.io/
- Licenses: Apache-2.0
- Latest release: 1.49.1 (published about 3 years ago)
- Last Synced: 2025-12-01T12:31:55.875Z (9 days ago)
- Versions: 59
- Dependent Packages: 17
- Dependent Repositories: 90
-
Rankings:
- Stargazers count: 0.309%
- Forks count: 0.908%
- Average: 2.16%
- Dependent repos count: 3.668%
- Dependent packages count: 3.753%
proxy.golang.org: github.com/grpc/Grpc
- Homepage: https://github.com/grpc/Grpc
- Documentation: https://pkg.go.dev/github.com/grpc/Grpc#section-documentation
- Licenses: Apache-2.0
- Latest release: v1.76.0 (published about 2 months ago)
- Last Synced: 2025-12-04T22:04:45.403Z (6 days ago)
- Versions: 369
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Forks count: 0.017%
- Stargazers count: 0.031%
- Average: 2.687%
- Dependent packages count: 5.177%
- Dependent repos count: 5.525%
nuget.org: grpc.dependencies.zlib
A native zlib library. zlib homepage: http://zlib.net
- Homepage: http://github.com/grpc/grpc
- Licenses: apache-2.0
- Latest release: 1.2.8.10 (published almost 126 years ago)
- Last Synced: 2025-12-04T22:04:49.127Z (6 days ago)
- Versions: 3
- Dependent Packages: 1
- Dependent Repositories: 20
-
Rankings:
- Forks count: 0.013%
- Stargazers count: 0.015%
- Dependent repos count: 1.554%
- Average: 3.13%
- Dependent packages count: 10.936%
proxy.golang.org: github.com/grpc/grpc
- Homepage: https://github.com/grpc/grpc
- Documentation: https://pkg.go.dev/github.com/grpc/grpc#section-documentation
- Licenses: Apache-2.0
- Latest release: v1.76.0 (published about 2 months ago)
- Last Synced: 2025-11-18T00:16:53.021Z (23 days ago)
- Versions: 369
- Dependent Packages: 0
- Dependent Repositories: 2
-
Rankings:
- Forks count: 0.018%
- Stargazers count: 0.03%
- Average: 3.272%
- Dependent repos count: 3.48%
- Dependent packages count: 9.561%
conda-forge.org: libgrpc
gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems. This package contains the gRPC C++ libraries and header files, as well as the code generation plugins.
- Homepage: https://grpc.io/
- Licenses: Apache-2.0
- Latest release: 1.49.1 (published about 3 years ago)
- Last Synced: 2025-12-01T12:31:43.428Z (9 days ago)
- Versions: 1
- Dependent Packages: 10
- Dependent Repositories: 36
-
Rankings:
- Stargazers count: 0.309%
- Forks count: 0.908%
- Average: 3.309%
- Dependent packages count: 5.918%
- Dependent repos count: 6.098%
nuget.org: grpc.native.csharp_ext
This package has been deprecated and its contents are now integral part of Grpc.Core package. Native extension needed by gRPC C# library. This is not the package you are looking for, it is only meant to be used as a dependency.
- Homepage: http://github.com/grpc/grpc
- Licenses: apache-2.0
- Latest release: 0.11.1 (published almost 126 years ago)
- Last Synced: 2025-12-04T22:04:52.179Z (6 days ago)
- Versions: 7
- Dependent Packages: 1
- Dependent Repositories: 6
-
Rankings:
- Forks count: 0.013%
- Stargazers count: 0.015%
- Dependent repos count: 2.915%
- Average: 3.469%
- Dependent packages count: 10.932%
anaconda.org: grpcio
gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems. This package contains the gRPC C++ libraries and header files, as well as the code generation plugins.
- Homepage: https://grpc.io/
- Licenses: Apache-2.0
- Latest release: 1.74.1 (published 26 days ago)
- Last Synced: 2025-11-14T18:34:52.765Z (26 days ago)
- Versions: 17
- Dependent Packages: 5
- Dependent Repositories: 480
-
Rankings:
- Stargazers count: 0.906%
- Forks count: 2.536%
- Average: 4.944%
- Dependent repos count: 7.579%
- Dependent packages count: 8.756%
nuget.org: grpc.dependencies.openssl
Native OpenSSL library. OpenSSL homepage: http://www.openssl.org
- Homepage: http://github.com/grpc/grpc
- Licenses: apache-2.0
- Latest release: 1.0.204.1 (published almost 126 years ago)
- Last Synced: 2025-12-04T22:04:50.008Z (6 days ago)
- Versions: 4
- Dependent Packages: 0
- Dependent Repositories: 20
-
Rankings:
- Forks count: 0.013%
- Stargazers count: 0.015%
- Dependent repos count: 1.554%
- Average: 5.577%
- Dependent packages count: 20.727%
proxy.golang.org: gopkg.in/grpc/grpc.v1
- Homepage: https://github.com/grpc/grpc
- Documentation: https://pkg.go.dev/gopkg.in/grpc/grpc.v1#section-documentation
- Licenses: Apache-2.0
- Latest release:
- Last Synced: 2024-10-29T18:26:18.037Z (about 1 year ago)
- Versions: 335
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 6.184%
- Average: 6.391%
- Dependent repos count: 6.598%
conda-forge.org: grpcio-status
Reference package for GRPC Python status proto mapping. gRPC Python: https://grpc.io/docs/languages/python/quickstart/ gRPC Python API: https://grpc.github.io/grpc/python/ PyPI: [https://pypi.org/project/grpcio-status](https://pypi.org/project/grpcio-status)
- Homepage: https://grpc.io
- Licenses: Apache-2.0
- Latest release: 1.49.1 (published about 3 years ago)
- Last Synced: 2025-12-01T12:31:26.784Z (9 days ago)
- Versions: 5
- Dependent Packages: 7
- Dependent Repositories: 2
-
Rankings:
- Stargazers count: 0.309%
- Forks count: 0.908%
- Average: 7.378%
- Dependent packages count: 8.014%
- Dependent repos count: 20.28%
conda-forge.org: grpcio-tools
gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems. This package contains the gRPC C++ libraries and header files, as well as the code generation plugins.
- Homepage: https://grpc.io/
- Licenses: Apache-2.0
- Latest release: 1.41.1 (published about 4 years ago)
- Last Synced: 2025-12-01T12:30:57.340Z (9 days ago)
- Versions: 2
- Dependent Packages: 3
- Dependent Repositories: 5
-
Rankings:
- Stargazers count: 0.309%
- Forks count: 0.908%
- Average: 7.92%
- Dependent repos count: 14.811%
- Dependent packages count: 15.649%
nuget.org: libgrpc.arm
Add the libgrpc_csharp_ext compiled for armhf. It replaces the libgrpc_csharp_ext.x86.so from the Grpc.Core package with the library built for arm. It means that, by using this package Linux X86 won't be supported by Grpc.Core package.
- Homepage: https://github.com/grpc/grpc
- Licenses: Apache-2.0
- Latest release: 1.28.1 (published almost 126 years ago)
- Last Synced: 2025-12-04T22:04:44.794Z (6 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Forks count: 0.002%
- Stargazers count: 0.005%
- Average: 8.063%
- Dependent repos count: 12.697%
- Dependent packages count: 19.548%
nuget.org: libgrpc.arm7
Add the libgrpc_csharp_ext compiled for arm7.
- Homepage: https://github.com/grpc/grpc
- Licenses: Apache-2.0
- Latest release: 1.28.1 (published almost 126 years ago)
- Last Synced: 2025-12-04T22:04:46.097Z (6 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Forks count: 0.002%
- Stargazers count: 0.005%
- Average: 8.063%
- Dependent repos count: 12.697%
- Dependent packages count: 19.548%
nuget.org: grpc.dependencies.openssl.symbols
Symbols for package 'grpc.dependencies.openssl'. This package should not likely be installed. (This is not the package you are looking for).
- Homepage: http://github.com/grpc/grpc
- Licenses: apache-2.0
- Latest release: 1.0.204.1 (published almost 126 years ago)
- Last Synced: 2025-12-04T22:04:50.912Z (6 days ago)
- Versions: 4
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Forks count: 0.002%
- Stargazers count: 0.005%
- Average: 8.063%
- Dependent repos count: 12.697%
- Dependent packages count: 19.548%
nuget.org: ydou.grpc.tools
gRPC and Protocol Buffer compiler for managed C# and native C++ projects. Add this package to a project that contains .proto files to be compiled to code. It contains the compilers, include files and project system integration for gRPC and Protocol buffer service description files necessary to build them on Windows, Linux and MacOS. Managed runtime is supplied separately in the Grpc.Core package.
- Homepage: https://github.com/grpc/grpc
- Licenses: Apache-2.0
- Latest release: 2.23.0 (published almost 126 years ago)
- Last Synced: 2025-12-04T22:04:46.326Z (6 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Forks count: 0.002%
- Stargazers count: 0.005%
- Average: 8.063%
- Dependent repos count: 12.697%
- Dependent packages count: 19.548%
nuget.org: grpc.dependencies.zlib.symbols
Symbols for package 'grpc.dependencies.zlib'. This package should not likely be installed. (This is not the package you are looking for).
- Homepage: http://github.com/grpc/grpc
- Licenses: apache-2.0
- Latest release: 1.2.8.10 (published almost 126 years ago)
- Last Synced: 2025-12-04T22:04:46.704Z (6 days ago)
- Versions: 3
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Forks count: 0.002%
- Stargazers count: 0.005%
- Average: 8.063%
- Dependent repos count: 12.697%
- Dependent packages count: 19.548%
anaconda.org: grpc-cpp
gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems. This package contains the gRPC C++ libraries and header files, as well as the code generation plugins.
- Homepage: https://grpc.io/
- Licenses: Apache-2.0
- Latest release: 1.48.2 (published over 2 years ago)
- Last Synced: 2025-12-01T10:01:20.792Z (9 days ago)
- Versions: 17
- Dependent Packages: 4
- Dependent Repositories: 90
-
Rankings:
- Stargazers count: 0.966%
- Forks count: 2.627%
- Average: 8.553%
- Dependent packages count: 11.114%
- Dependent repos count: 19.505%
nuget.org: grpc.core.xamarin
Xamarin support for gRPC C#. Note that the gRPC C# support for the Xamarin platform is considered experimental. This package contains the native grpc_csharp_ext libraries that are needed to run gRPC C# on mobile platforms (Android, iOS). WARNING: Versions of Grpc.Core.Xamarin and Grpc.Core dependencies being used in your project must always match exactly, otherwise things will be badly broken. Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future. See https://grpc.io/blog/grpc-csharp-future/ for details.
- Homepage: https://github.com/grpc/grpc
- Licenses: Apache-2.0
- Latest release: 2.44.0 (published almost 4 years ago)
- Last Synced: 2025-12-04T22:04:51.280Z (6 days ago)
- Versions: 28
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 534,129 Total
-
Rankings:
- Downloads: 1.986%
- Average: 8.678%
- Dependent repos count: 10.162%
- Dependent packages count: 13.886%
- Maintainers (1)
npmjs.org: @stephenplusplus/grpc
gRPC Library for Node
- Homepage: http://www.grpc.io/
- Licenses: BSD-3-Clause
- Latest release: 0.14.1 (published over 9 years ago)
- Last Synced: 2025-12-04T22:04:49.346Z (6 days ago)
- Versions: 2
- Dependent Packages: 1
- Dependent Repositories: 1
- Downloads: 28 Last month
-
Rankings:
- Forks count: 0.382%
- Stargazers count: 0.451%
- Average: 8.854%
- Dependent repos count: 10.296%
- Downloads: 12.233%
- Dependent packages count: 20.908%
- Maintainers (1)
nuget.org: grpc.cpp.redist
Redistributable components for package 'grpc.cpp'. This package should only be installed as a dependency. (This is not the package you are looking for).
- Homepage: https://github.com/grpc/grpc
- Licenses: apache-2.0
- Latest release: 1.0.1 (published almost 9 years ago)
- Last Synced: 2025-12-04T22:04:48.125Z (6 days ago)
- Versions: 1
- Dependent Packages: 1
- Dependent Repositories: 1
- Downloads: 4,026 Total
-
Rankings:
- Forks count: 0.006%
- Stargazers count: 0.012%
- Dependent repos count: 7.04%
- Average: 9.359%
- Dependent packages count: 10.572%
- Downloads: 29.165%
- Maintainers (1)
nuget.org: x.grpc.core
gRPC library compatible with .NET Core. Currently, the Grpc.Core NuGet package doesn't support .NET Core. This package supplies a version which runs on .NET Core that is experimental and in-development.
- Homepage: https://github.com/grpc/grpc
- Licenses: apache-2.0
- Latest release: 1.1.0-dev-20160831 (published over 9 years ago)
- Last Synced: 2025-12-04T22:04:51.143Z (6 days ago)
- Versions: 4
- Dependent Packages: 2
- Dependent Repositories: 0
-
Rankings:
- Dependent packages count: 6.456%
- Average: 9.577%
- Dependent repos count: 12.697%
npmjs.org: @fedor/grpc
gRPC Library for Node
- Homepage: http://www.grpc.io/
- Licenses: BSD-3-Clause
- Latest release: 1.0.1 (published over 8 years ago)
- Last Synced: 2025-12-04T22:04:49.348Z (6 days ago)
- Versions: 1
- Dependent Packages: 1
- Dependent Repositories: 1
- Downloads: 62 Last month
-
Rankings:
- Forks count: 0.374%
- Stargazers count: 0.451%
- Average: 9.759%
- Dependent repos count: 10.296%
- Downloads: 16.767%
- Dependent packages count: 20.908%
- Maintainers (1)
nuget.org: grpc.core
C# implementation of gRPC based on native gRPC C-core library. Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future. See https://grpc.io/blog/grpc-csharp-future/ for details.
- Homepage: https://github.com/grpc/grpc
- Licenses: Apache-2.0
- Latest release: 2.46.6 (published almost 3 years ago)
- Last Synced: 2025-12-04T22:05:09.479Z (6 days ago)
- Versions: 147
- Dependent Packages: 527
- Dependent Repositories: 0
- Downloads: 222,509,729 Total
-
Rankings:
- Downloads: 0.076%
- Average: 10.91%
- Dependent repos count: 13.819%
- Dependent packages count: 18.835%
- Maintainers (1)
nuget.org: grpc
Metapackage for gRPC C#
- Homepage: https://github.com/grpc/grpc
- Licenses: Apache-2.0
- Latest release: 2.46.6 (published almost 3 years ago)
- Last Synced: 2025-12-06T00:53:25.626Z (5 days ago)
- Versions: 147
- Dependent Packages: 190
- Dependent Repositories: 0
- Downloads: 85,416,519 Total
-
Rankings:
- Downloads: 0.13%
- Average: 10.928%
- Dependent repos count: 13.819%
- Dependent packages count: 18.835%
- Maintainers (1)
nuget.org: grpc.cpp
GRPC C++ libraries
- Homepage: https://github.com/grpc/grpc
- Licenses: apache-2.0
- Latest release: 1.0.1 (published almost 9 years ago)
- Last Synced: 2025-12-04T22:04:45.974Z (6 days ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 1
- Downloads: 5,148 Total
-
Rankings:
- Forks count: 0.006%
- Stargazers count: 0.012%
- Dependent repos count: 7.006%
- Average: 10.934%
- Dependent packages count: 20.716%
- Downloads: 26.929%
- Maintainers (1)
nuget.org: grpc.core.testing
Miscellaneous code for testing Grpc.Core Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future. See https://grpc.io/blog/grpc-csharp-future/ for details.
- Homepage: https://github.com/grpc/grpc
- Licenses: Apache-2.0
- Latest release: 2.46.6 (published almost 3 years ago)
- Last Synced: 2025-12-04T22:05:02.637Z (6 days ago)
- Versions: 126
- Dependent Packages: 5
- Dependent Repositories: 0
- Downloads: 13,128,932 Total
-
Rankings:
- Downloads: 0.371%
- Average: 11.008%
- Dependent repos count: 13.819%
- Dependent packages count: 18.835%
- Maintainers (1)
nuget.org: grpc.core.nativedebug
Debug symbols for the grpc_csharp_ext native library contained in Grpc.Core Note that the Grpc.Core implementation of gRPC for C# is in maintenance mode and will be replaced by grpc-dotnet in the future. See https://grpc.io/blog/grpc-csharp-future/ for details.
- Homepage: https://github.com/grpc/grpc
- Licenses: Apache-2.0
- Latest release: 2.46.6 (published almost 3 years ago)
- Last Synced: 2025-12-04T22:05:01.961Z (6 days ago)
- Versions: 90
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 327,555 Total
-
Rankings:
- Downloads: 2.67%
- Average: 11.775%
- Dependent repos count: 13.819%
- Dependent packages count: 18.835%
- Maintainers (1)
nuget.org: grpc.tools
gRPC and Protocol Buffer compiler for C# projects
- Homepage: https://github.com/grpc/grpc
- Licenses: Apache-2.0
- Latest release: 2.76.0 (published about 2 months ago)
- Last Synced: 2025-12-06T11:30:51.251Z (4 days ago)
- Versions: 195
- Dependent Packages: 53
- Dependent Repositories: 0
- Downloads: 235,419,903 Total
-
Rankings:
- Downloads: 0.097%
- Average: 11.804%
- Dependent repos count: 14.978%
- Dependent packages count: 20.338%
- Maintainers (1)
conda-forge.org: grpcio-health-checking
- Homepage: https://grpc.io/
- Licenses: Apache-2.0
- Latest release: 1.48.1 (published over 3 years ago)
- Last Synced: 2025-12-01T12:31:11.065Z (9 days ago)
- Versions: 23
- Dependent Packages: 4
- Dependent Repositories: 0
-
Rankings:
- Stargazers count: 0.28%
- Forks count: 0.893%
- Average: 11.908%
- Dependent packages count: 12.433%
- Dependent repos count: 34.025%
nuget.org: grpc-fhjd
the native gRPC Cpp library.
- Homepage: https://github.com/grpc/grpc
- Licenses: Apache-2.0
- Latest release: 1.37.1 (published almost 126 years ago)
- Last Synced: 2025-12-04T22:04:50.297Z (6 days ago)
- Versions: 4
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 3,803 Total
-
Rankings:
- Forks count: 0.002%
- Stargazers count: 0.005%
- Dependent repos count: 12.697%
- Average: 13.478%
- Dependent packages count: 19.548%
- Downloads: 35.139%
- Maintainers (1)
nuget.org: grpc.cpp.symbols
Symbols for package 'grpc.cpp'. This package should not likely be installed. (This is not the package you are looking for).
- Homepage: https://github.com/grpc/grpc
- Licenses: apache-2.0
- Latest release: 1.0.1 (published almost 9 years ago)
- Last Synced: 2025-01-14T13:08:48.394Z (11 months ago)
- Versions: 1
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 1,660 Total
-
Rankings:
- Forks count: 0.002%
- Stargazers count: 0.008%
- Dependent repos count: 12.697%
- Average: 13.503%
- Dependent packages count: 19.548%
- Downloads: 35.258%
- Maintainers (1)
pypi.org: grpcio-fips
HTTP/2-based RPC framework
- Homepage: https://grpc.io
- Documentation: https://grpc.github.io/grpc/python
- Licenses: Apache License 2.0
- Latest release: 1.70.0 (published 10 months ago)
- Last Synced: 2025-11-24T17:04:17.713Z (16 days ago)
- Versions: 3
- Dependent Packages: 1
- Dependent Repositories: 0
- Downloads: 19,165 Last month
-
Rankings:
- Dependent packages count: 2.938%
- Downloads: 8.511%
- Average: 14.02%
- Dependent repos count: 30.611%
- Maintainers (1)
nuget.org: x.grpc
gRPC library compatible with .NET Core. Currently, the Grpc NuGet package doesn't support .NET Core. This package supplies a version which runs on .NET Core that is experimental and in-development.
- Homepage: https://github.com/grpc/grpc
- Licenses: apache-2.0
- Latest release: 1.1.0-dev-20160831 (published over 9 years ago)
- Last Synced: 2025-12-04T22:04:50.411Z (6 days ago)
- Versions: 4
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 12.697%
- Average: 16.122%
- Dependent packages count: 19.548%
nuget.org: x.grpc.auth
gRPC library compatible with .NET Core. Currently, the Grpc.Auth NuGet package doesn't support .NET Core. This package supplies a version which runs on .NET Core that is experimental and in-development.
- Homepage: https://github.com/grpc/grpc
- Licenses: apache-2.0
- Latest release: 1.1.0-dev-20160831 (published over 9 years ago)
- Last Synced: 2025-12-04T22:04:51.428Z (6 days ago)
- Versions: 4
- Dependent Packages: 0
- Dependent Repositories: 0
-
Rankings:
- Dependent repos count: 12.697%
- Average: 16.122%
- Dependent packages count: 19.548%
npmjs.org: cgrpc
gRPC Library for Node (temporary fork based on 0.9.0)
- Homepage: http://www.grpc.io/
- Licenses: BSD-3-Clause
- Latest release: 0.9.1 (published over 10 years ago)
- Last Synced: 2025-12-04T22:04:50.170Z (6 days ago)
- Versions: 1
- Dependent Packages: 1
- Dependent Repositories: 1
- Downloads: 8 Last month
-
Rankings:
- Forks count: 0.382%
- Stargazers count: 0.451%
- Dependent repos count: 10.296%
- Average: 18.384%
- Dependent packages count: 20.908%
- Downloads: 59.882%
- Maintainers (1)
nuget.org: fsgrpc.tools
gRPC and Protocol Buffer compiler for F# projects
- Homepage: https://github.com/grpc/grpc
- Licenses: Apache-2.0
- Latest release: 0.6.3 (published over 1 year ago)
- Last Synced: 2025-12-04T22:04:47.236Z (6 days ago)
- Versions: 8
- Dependent Packages: 1
- Dependent Repositories: 0
- Downloads: 16,088 Total
-
Rankings:
- Dependent repos count: 13.819%
- Average: 18.445%
- Dependent packages count: 18.835%
- Downloads: 22.679%
- Maintainers (1)
anaconda.org: grpcio-tools
gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems. This package contains the gRPC C++ libraries and header files, as well as the code generation plugins.
- Homepage: https://grpc.io/
- Licenses: Apache-2.0
- Latest release: 1.74.1 (published 26 days ago)
- Last Synced: 2025-11-14T18:34:52.639Z (26 days ago)
- Versions: 6
- Dependent Packages: 0
- Dependent Repositories: 5
-
Rankings:
- Stargazers count: 0.936%
- Forks count: 2.597%
- Average: 24.479%
- Dependent repos count: 43.189%
- Dependent packages count: 51.193%
pypi.org: grpcio-csm-observability
gRPC Python CSM observability package
- Homepage: https://grpc.io
- Documentation: https://grpcio-csm-observability.readthedocs.io/
- Licenses: Apache License 2.0
- Latest release: 1.76.0 (published about 2 months ago)
- Last Synced: 2025-12-04T22:04:46.332Z (6 days ago)
- Versions: 41
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 499 Last month
-
Rankings:
- Dependent packages count: 10.763%
- Average: 35.69%
- Dependent repos count: 60.617%
- Maintainers (1)
pypi.org: grpcio-observability
gRPC Python observability package
- Homepage: https://grpc.io
- Documentation: https://grpcio-observability.readthedocs.io/
- Licenses: Apache License 2.0
- Latest release: 1.76.0 (published about 2 months ago)
- Last Synced: 2025-12-04T22:04:46.430Z (6 days ago)
- Versions: 50
- Dependent Packages: 0
- Dependent Repositories: 0
- Downloads: 17,457 Last month
-
Rankings:
- Dependent packages count: 9.545%
- Average: 36.257%
- Dependent repos count: 62.97%
- Maintainers (1)
anaconda.org: grpcio-status
Reference package for GRPC Python status proto mapping.
anaconda.org: grpc-bazel-rules
Bazel rules for gRPC
anaconda.org: libgrpc
gRPC is a modern, open source, high-performance remote procedure call (RPC) framework that can run anywhere. gRPC enables client and server applications to communicate transparently, and simplifies the building of connected systems. This package contains the gRPC C++ libraries and header files, as well as the code generation plugins.
Dependencies
- actions/cache v3 composite
- actions/checkout v3 composite
- actions/github-script v4 composite
- actions/setup-python v4 composite
- peter-evans/create-pull-request v3 composite
- srfrnk/current-time master composite
- styfle/cancel-workflow-action 0.9.1 composite
- BoringSSL-GRPC = 0.0.31
- Protobuf ~> 3.0
- CronetFramework >= 0
- Protobuf ~> 3.0
- RemoteTest >= 0
- Protobuf >= 0
- gRPC-ProtoRPC >= 0
- RemoteTest >= 0
- RemoteTest >= 0
- RemoteTest >= 0
- RemoteTest >= 0
- RemoteTest >= 0
- gRPC-ProtoRPC >= 0
- Common >= 0
- RemoteTest >= 0
- Protobuf >= 0
- gRPC-ProtoRPC >= 0
- php 7.4-alpine3.15 build
- centos centos7 build
- grpc-php/php-src latest build
- php 7.4-buster build
- php 7.4-buster build
- i386/php 7.4 build
- debian buster build
- php 7.4-zts-buster build
- php 8.2-zts-buster build
- ghcr.io/rake-compiler/rake-compiler-dock-image 1.3.1-mri-aarch64-linux build
- ghcr.io/rake-compiler/rake-compiler-dock-image 1.3.1-mri-arm64-darwin build
- ghcr.io/rake-compiler/rake-compiler-dock-image 1.3.1-mri-x64-mingw-ucrt build
- ghcr.io/rake-compiler/rake-compiler-dock-image 1.3.1-mri-x64-mingw32 build
- ghcr.io/rake-compiler/rake-compiler-dock-image 1.3.1-mri-x86-linux build
- ghcr.io/rake-compiler/rake-compiler-dock-image 1.3.1-mri-x86-mingw32 build
- ghcr.io/rake-compiler/rake-compiler-dock-image 1.3.1-mri-x86_64-darwin build
- ghcr.io/rake-compiler/rake-compiler-dock-image 1.3.1-mri-x86_64-linux build
- mcr.microsoft.com/windows/servercore ltsc2019 build
- debian 10 build
- debian 10 build
- mcr.microsoft.com/dotnet/core/sdk 2.1-alpine3.9 build
- centos 7 build
- debian 10 build
- mcr.microsoft.com/dotnet/core/sdk 3.1 build
- mcr.microsoft.com/dotnet/sdk 5.0.103 build
- ubuntu 22.04 build
- debian 10 build
- python 3.10-alpine3.14 build
- archlinux base build
- centos 7 build
- alpine 3.11 build
- archlinux base build
- centos 7 build
- ubuntu 20.04 build
- ubuntu 22.04 build
- opensuse/leap latest build
- arm64v8/python 3.8-buster build
- ubuntu 20.04 build
- ubuntu 22.04 build
- centos 7 build
- ubuntu 22.04 build
- dockcross/manylinux2010-x64 20210210-84c47e5 build
- dockcross/manylinux2010-x86 latest build
- dockcross/linux-arm64 latest build
- dockcross/linux-armv7 latest build
- dockcross/manylinux2014-aarch64 20230905-7b2d74f build
- quay.io/pypa/manylinux2014_x86_64 2023-09-17-ae90a16 build
- quay.io/pypa/manylinux2014_i686 2023-09-17-ae90a16 build
- quay.io/pypa/musllinux_1_1_x86_64 2023-09-17-ae90a16 build
- quay.io/pypa/musllinux_1_1_i686 2023-09-17-ae90a16 build
- silkeh/clang 16-bullseye build
- silkeh/clang 16-bullseye build
- grpc/base latest build
- grpc/clang latest build
- mcr.microsoft.com/dotnet/core/sdk 3.0.100-preview3-stretch build
- debian 11 build
- dart stable build
- golang 1.19 build
- golang 1.11 build
- golang 1.16 build
- golang 1.19 build
- golang 1.8 build
- golang latest build
- debian bullseye build
- debian 11 build
- debian 11 build
- debian 11 build
- debian 11 build
- debian 11 build
- debian 11 build
- golang 1.10 build
- debian bullseye build
- debian 10 build
- gcr.io/oss-fuzz-base/base-builder@sha256 fd89316ac4c5f3e25802ca95a00062cece14f0602c5512d71ffeedc22734c0b9 build
- arm64v8/debian 11 build
Score: 39.80719761446422