{"id":16485979,"url":"https://github.com/danielvladco/jrpc","last_synced_at":"2025-10-06T23:24:01.635Z","repository":{"id":57568633,"uuid":"175648188","full_name":"danielvladco/jrpc","owner":"danielvladco","description":"Go json-rpc protobuf plugin","archived":false,"fork":false,"pushed_at":"2019-03-14T19:55:26.000Z","size":23,"stargazers_count":12,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T07:41:13.178Z","etag":null,"topics":["go","golang","grpc","grpc-go","json","json-rpc","protobuf","protobuf-plugin","rpc","rpc-framework","rpc-server"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danielvladco.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}},"created_at":"2019-03-14T15:21:02.000Z","updated_at":"2024-03-14T07:42:06.000Z","dependencies_parsed_at":"2022-08-30T07:30:46.282Z","dependency_job_id":null,"html_url":"https://github.com/danielvladco/jrpc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielvladco%2Fjrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielvladco%2Fjrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielvladco%2Fjrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danielvladco%2Fjrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danielvladco","download_url":"https://codeload.github.com/danielvladco/jrpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238536204,"owners_count":19488676,"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":["go","golang","grpc","grpc-go","json","json-rpc","protobuf","protobuf-plugin","rpc","rpc-framework","rpc-server"],"created_at":"2024-10-11T13:28:00.477Z","updated_at":"2025-10-06T23:23:56.599Z","avatar_url":"https://github.com/danielvladco.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Go json-rpc protobuf plugin\nJSON-RPC? gRPC? jRPC!\n\njRPC is a simple plugin that generates http endpoints from a proto schema. It is useful when your client does not have access to gRPC endpoints\n\nTry it:\n`git clone https://github.com/danielvladco/jrpc.git \u0026\u0026 cd ./jrpc/example \u0026\u0026 go run server.go` \n\nTest it:\n`curl --data '{ \"bool\": true, \"msg\": { \"param1\": \"test\" } }'  http://localhost:8080/Service/Endpoint1`\n\nGenerate command:\n`protoc --go_out=plugins=grpc,paths=source_relative:. --jrpc_out=paths=source_relative:. ./example/pb/*.proto`\n\nIt's as easy as this! try it out and save yourself lots of time writing boilerplate code and debugging potential bugs.\n\nSee `/example`  for more documentation\n\n## Features\n- JSON Request decoding\n- JSON response encoding\n- Generates endpoints by the following formula: `/` + service name + `/` + method name. ex: `/Service/Endpoint1`\n- gRPC status codes to http status codes\n- (not supported) client streaming\n- (not supported) server streaming\n\n## License:\n\njRPC is released under the Apache 2.0 license. See the LICENSE file for details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielvladco%2Fjrpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanielvladco%2Fjrpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanielvladco%2Fjrpc/lists"}