{"id":21445182,"url":"https://github.com/4ndr/route_guide_grpc","last_synced_at":"2025-03-17T01:17:42.228Z","repository":{"id":195447181,"uuid":"608622676","full_name":"4ndr/route_guide_grpc","owner":"4ndr","description":null,"archived":false,"fork":false,"pushed_at":"2023-03-02T12:06:19.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T11:15:45.738Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","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/4ndr.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}},"created_at":"2023-03-02T12:02:15.000Z","updated_at":"2023-03-02T12:06:25.000Z","dependencies_parsed_at":"2023-09-18T03:12:24.422Z","dependency_job_id":null,"html_url":"https://github.com/4ndr/route_guide_grpc","commit_stats":null,"previous_names":["4ndr/route_guide_grpc"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4ndr%2Froute_guide_grpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4ndr%2Froute_guide_grpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4ndr%2Froute_guide_grpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4ndr%2Froute_guide_grpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4ndr","download_url":"https://codeload.github.com/4ndr/route_guide_grpc/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955798,"owners_count":20374373,"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":[],"created_at":"2024-11-23T02:24:40.129Z","updated_at":"2025-03-17T01:17:42.207Z","avatar_url":"https://github.com/4ndr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Description\nThe route guide server and client demonstrate how to use grpc go libraries to\nperform unary, client streaming, server streaming and full duplex RPCs.\n\nPlease refer to [gRPC Basics: Go](https://grpc.io/docs/tutorials/basic/go.html) for more information.\n\nSee the definition of the route guide service in `routeguide/route_guide.proto`.\n\n# Run the sample code\nTo compile and run the server, assuming you are in the root of the `route_guide`\nfolder, i.e., `.../examples/route_guide/`, simply:\n\n```sh\n$ go run server/server.go\n```\n\nLikewise, to run the client:\n\n```sh\n$ go run client/client.go\n```\n\n# Optional command line flags\nThe server and client both take optional command line flags. For example, the\nclient and server run without TLS by default. To enable TLS:\n\n```sh\n$ go run server/server.go -tls=true\n```\n\nand\n\n```sh\n$ go run client/client.go -tls=true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4ndr%2Froute_guide_grpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4ndr%2Froute_guide_grpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4ndr%2Froute_guide_grpc/lists"}