{"id":24484130,"url":"https://github.com/programmersteve/grpc_practice","last_synced_at":"2026-04-12T22:51:44.048Z","repository":{"id":273478720,"uuid":"918514644","full_name":"ProgrammerSteve/grpc_practice","owner":"ProgrammerSteve","description":"Went over unary, client stream, server stream, bidirectional stream with grpc in node with typescript. Watched these 3 videos:","archived":false,"fork":false,"pushed_at":"2025-01-21T06:02:32.000Z","size":50,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-21T07:18:35.221Z","etag":null,"topics":["grpc","javascript","nodejs","protobuf3","typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ProgrammerSteve.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-01-18T05:54:51.000Z","updated_at":"2025-01-21T06:02:36.000Z","dependencies_parsed_at":"2025-01-21T07:29:03.130Z","dependency_job_id":null,"html_url":"https://github.com/ProgrammerSteve/grpc_practice","commit_stats":null,"previous_names":["programmersteve/grpc_practice"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammerSteve%2Fgrpc_practice","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammerSteve%2Fgrpc_practice/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammerSteve%2Fgrpc_practice/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ProgrammerSteve%2Fgrpc_practice/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ProgrammerSteve","download_url":"https://codeload.github.com/ProgrammerSteve/grpc_practice/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243641658,"owners_count":20323888,"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","javascript","nodejs","protobuf3","typescript"],"created_at":"2025-01-21T13:13:48.864Z","updated_at":"2026-04-12T22:51:43.998Z","avatar_url":"https://github.com/ProgrammerSteve.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"### Setting up\r\n- `mkdir proto`\r\n- `touch ./proto/{{PACKAGE_NAME}}.proto`\r\n- `npm init -y`\r\n- `npm install --save-dev @grpc/grpc-js @grpc/proto-loader typescript ts-node @types/express`\r\n- `npx tsc --init`\r\n- `npm install`\r\n\r\n### proto-gen.sh script\r\n- `npx proto-loader-gen-types --grpcLib=@grpc/grpc-js --outDir=proto/ proto/*.proto`\r\n\r\n## scripts in package.json\r\n```\r\n  \"scripts\": {\r\n    \"proto:gen\":\"./proto-gen.sh\",\r\n    \"start\": \"ts-node server\",\r\n    \"client\": \"ts-node client\"\r\n  },\r\n```\r\n\r\n### Watched these 3 videos to code along to\r\n- https://www.youtube.com/watch?v=0cxEVcALoxc\r\n- https://www.youtube.com/watch?v=iq2z7xw8VmE\r\n- https://www.youtube.com/watch?v=ZaogqE95DFQ\u0026t=1s\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrammersteve%2Fgrpc_practice","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogrammersteve%2Fgrpc_practice","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrammersteve%2Fgrpc_practice/lists"}