{"id":19855019,"url":"https://github.com/stepci/cool-grpc","last_synced_at":"2026-02-28T04:39:28.530Z","repository":{"id":61487478,"uuid":"551944946","full_name":"stepci/cool-grpc","owner":"stepci","description":"Make gRPC cool again!","archived":false,"fork":false,"pushed_at":"2024-07-10T11:21:23.000Z","size":126,"stargazers_count":23,"open_issues_count":7,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-04-22T00:49:32.401Z","etag":null,"topics":["grpc","grpc-client"],"latest_commit_sha":null,"homepage":"https://stepci.com","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/stepci.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2022-10-15T13:02:32.000Z","updated_at":"2024-01-08T12:51:10.000Z","dependencies_parsed_at":"2023-02-09T20:00:37.677Z","dependency_job_id":"76f2d5d9-efe9-4491-967c-58058d4baf5b","html_url":"https://github.com/stepci/cool-grpc","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"741199aadd3777fa22a7744f08cf0fe5d5e13bde"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stepci%2Fcool-grpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stepci%2Fcool-grpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stepci%2Fcool-grpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/stepci%2Fcool-grpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/stepci","download_url":"https://codeload.github.com/stepci/cool-grpc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251969253,"owners_count":21673182,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["grpc","grpc-client"],"created_at":"2024-11-12T14:11:25.451Z","updated_at":"2026-02-28T04:39:23.507Z","avatar_url":"https://github.com/stepci.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cool-grpc\n\nSimple, stupid gRPC client for Node written in Typescript\n\n## Features\n\n- Easy to use (inspired by `fetch` and `got`)\n- Loading multiple .proto files\n- Automatic message encoding/decoding\n- Unary calls\n- Client streaming\n- Server streaming\n- Hooks\n\n## Get Started\n\n```\nnpm i cool-grpc\n```\n\n```js\nimport { makeRequest } from 'cool-grpc'\n\nconst protos = ['./helloworld.proto']\n\nmakeRequest(protos, {\n  host: '0.0.0.0:50051',\n  service: 'helloworld.Greeter',\n  method: 'SayHello',\n  metadata: {},\n  data: {\n    name: 'world'\n  },\n  tls: {\n    rootCerts: \"\",\n    privateKey: \"\",\n    certChain: \"\"\n  },\n  beforeRequest: (req) =\u003e {},\n  afterResponse: (res) =\u003e {}\n})\n.then(console.log)\n.catch(console.error)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstepci%2Fcool-grpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstepci%2Fcool-grpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstepci%2Fcool-grpc/lists"}