{"id":15657756,"url":"https://github.com/code-hex/testing-grpc","last_synced_at":"2025-05-05T16:30:21.908Z","repository":{"id":56487919,"uuid":"285316162","full_name":"Code-Hex/testing-grpc","owner":"Code-Hex","description":"go-grpc server, client for onboarding","archived":false,"fork":false,"pushed_at":"2023-07-17T13:51:54.000Z","size":198,"stargazers_count":23,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-30T22:25:06.363Z","etag":null,"topics":["beginner","client","go","golang","grpc","learning","server","testing-grpc"],"latest_commit_sha":null,"homepage":"","language":"Go","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/Code-Hex.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":"2020-08-05T14:38:33.000Z","updated_at":"2023-07-17T13:51:59.000Z","dependencies_parsed_at":"2024-06-19T05:17:19.901Z","dependency_job_id":"b18eef93-dc90-4353-a971-41dbca0a07ba","html_url":"https://github.com/Code-Hex/testing-grpc","commit_stats":{"total_commits":33,"total_committers":1,"mean_commits":33.0,"dds":0.0,"last_synced_commit":"e7c96543175236ef9f9e3d3e1cbac5b62059c4b2"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Hex%2Ftesting-grpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Hex%2Ftesting-grpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Hex%2Ftesting-grpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Code-Hex%2Ftesting-grpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Code-Hex","download_url":"https://codeload.github.com/Code-Hex/testing-grpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252533642,"owners_count":21763627,"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":["beginner","client","go","golang","grpc","learning","server","testing-grpc"],"created_at":"2024-10-03T13:09:34.051Z","updated_at":"2025-05-05T16:30:21.845Z","avatar_url":"https://github.com/Code-Hex.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# testing-grpc\n\nA server and client developed to understand the behavior of gRPC. Mainly intended to be useful for application development using gRPC.\n\n[![asciicast](https://asciinema.org/a/352507.svg)](https://asciinema.org/a/352507)\n\n(ascii-art is generated by [neo-cowsay](https://github.com/Code-Hex/neo-cowsay))\n## build\n\n```\n$ make build\n\n# startup server (default port 3000)\n$ ./bin/server\n\n# startup client (default port 3000)\n$ ./bin/client\n```\n\nIf you want to change port, you can change the environment variable of `PORT`. and you can use `.env` file :D\n\n## supported\n\n- Unary\n  - [x] status\n  - [x] error details\n  - [x] metadata\n  - [x] [health check](https://github.com/grpc/grpc-go/tree/master/examples/features/health)\n  - [x] interceptor\n  - [x] stats\n    - If you want to disable logging, please set `LOG_LEVEL` to `INFO`. see `.env` file.\n  - [ ] channelz\n\n## gRPC documents\n\n- [gRPC Concepts Overview](https://github.com/grpc/grpc/blob/master/CONCEPTS.md)\n- [Error Handling – gRPC](https://grpc.io/docs/guides/error/)\n- [grpc/grpc documents](https://github.com/grpc/grpc/tree/master/doc)\n- [go-grpc Learn More](https://github.com/grpc/grpc-go#learn-more)\n  - [Low-level technical docs](https://github.com/grpc/grpc-go/tree/master/Documentation)\n  - [features example](https://github.com/grpc/grpc-go/tree/master/examples/features)\n- [Language Guide (proto3)](https://developers.google.com/protocol-buffers/docs/proto3)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-hex%2Ftesting-grpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcode-hex%2Ftesting-grpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcode-hex%2Ftesting-grpc/lists"}