{"id":21258047,"url":"https://github.com/cuongndc9/grpc","last_synced_at":"2026-02-17T01:34:30.004Z","repository":{"id":116045801,"uuid":"234112889","full_name":"cuongndc9/grpc","owner":"cuongndc9","description":"gRPC 🧬 Node 💅 Go","archived":false,"fork":false,"pushed_at":"2025-03-07T19:25:44.000Z","size":9491,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-12T14:06:06.258Z","etag":null,"topics":["103cuong","grpc","grpc-go","grpc-node","grpc-typescript","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cuongndc9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-01-15T15:37:56.000Z","updated_at":"2025-03-07T19:25:48.000Z","dependencies_parsed_at":"2025-03-15T06:36:52.062Z","dependency_job_id":null,"html_url":"https://github.com/cuongndc9/grpc","commit_stats":null,"previous_names":["cuonginspire/grpc","cuongnd9/grpc","cuongndc9/grpc"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cuongndc9/grpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuongndc9%2Fgrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuongndc9%2Fgrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuongndc9%2Fgrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuongndc9%2Fgrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cuongndc9","download_url":"https://codeload.github.com/cuongndc9/grpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cuongndc9%2Fgrpc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29529513,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T00:57:22.232Z","status":"ssl_error","status_checked_at":"2026-02-17T00:54:25.811Z","response_time":115,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["103cuong","grpc","grpc-go","grpc-node","grpc-typescript","protobuf","protocol-buffers"],"created_at":"2024-11-21T04:07:00.781Z","updated_at":"2026-02-17T01:34:29.979Z","avatar_url":"https://github.com/cuongndc9.png","language":"TypeScript","readme":"Not using GitHub? Find me on [LinkedIn](https://www.linkedin.com/in/cuong9/)!\n# grpc\n\ngRPC 🧬 Node 💅 Go\n\n## notes\n\n### What Is gRPC?\n\n\u003e gRPC is an open-source Remote Procedure Call framework that is used for high-performance communication between services.\n\n\u003e gRPC uses protocol buffers. Protocol buffers can describe the structure of data and the code can be generated from that description for generating or parsing a stream of bytes that represents the structured data.\n\n### Field Numbers\n\nField numbers are used to **identify** your fields in the message binary format, and should not be changed once your message type is in use. Note that field numbers in the range **1 through 15** take **one byte to encode**, including the field number and the field's type (you can find out more about this in Protocol Buffer Encoding). Field numbers in the range **16 through 2047** take **two bytes**. **So you should reserve the numbers 1 through 15 for very frequently occurring message elements**.\n\n## documents\n\n- [Language Guide](https://developers.google.com/protocol-buffers/docs/overview)\n- [Understanding gRPC](https://medium.com/better-programming/understanding-grpc-60737b23e79e)\n- [[Tutorial, Part 1] How to develop Go gRPC microservice with HTTP/REST endpoint, middleware, Kubernetes deployment, etc.](https://medium.com/@amsokol.com/tutorial-how-to-develop-go-grpc-microservice-with-http-rest-endpoint-middleware-kubernetes-daebb36a97e9)\n- [[Tutorial, Part 2] How to develop Go gRPC microservice with HTTP/REST endpoint, middleware, Kubernetes deployment, etc.](https://medium.com/@amsokol.com/tutorial-how-to-develop-go-grpc-microservice-with-http-rest-endpoint-middleware-kubernetes-af1fff81aeb2)\n- [[Tutorial, Part 3] How to develop Go gRPC microservice with HTTP/REST endpoint, middleware, Kubernetes deployment, etc.](https://medium.com/@amsokol.com/tutorial-part-3-how-to-develop-go-grpc-microservice-with-http-rest-endpoint-middleware-739aac8f1d7e)\n- [GraphQL \u0026 gRPC (Part 1)](https://blog.datank.ai/graphql-grpc-part-1-54d92a109619)\n- [GraphQL \u0026 gRPC (Part 2)](https://blog.datank.ai/graphql-grpc-part-2-37b68765fb0a)\n- [When GraphQL meets gRPC… 😍](https://medium.com/@svengau/when-graphql-meets-grpc-3e9729d32e05)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuongndc9%2Fgrpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcuongndc9%2Fgrpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcuongndc9%2Fgrpc/lists"}