{"id":15753638,"url":"https://github.com/marella/node-grpc-interop-server","last_synced_at":"2025-03-31T07:42:17.524Z","repository":{"id":152419696,"uuid":"625981758","full_name":"marella/node-grpc-interop-server","owner":"marella","description":"A gRPC server for Node.js to run interoperability tests.","archived":false,"fork":false,"pushed_at":"2023-04-14T18:45:51.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-07T19:18:35.164Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/marella.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":"2023-04-10T14:42:24.000Z","updated_at":"2023-04-10T16:14:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"b3ae31fe-cbb3-410b-829e-18211e26b34d","html_url":"https://github.com/marella/node-grpc-interop-server","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marella%2Fnode-grpc-interop-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marella%2Fnode-grpc-interop-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marella%2Fnode-grpc-interop-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/marella%2Fnode-grpc-interop-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/marella","download_url":"https://codeload.github.com/marella/node-grpc-interop-server/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246436052,"owners_count":20776960,"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-10-04T07:41:32.675Z","updated_at":"2025-03-31T07:42:17.507Z","avatar_url":"https://github.com/marella.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [grpc-interop-server](https://github.com/marella/node-grpc-interop-server)\n\nAn implementation of gRPC [interop server][interop server] for Node.js\n\n## Installation\n\n```sh\nnpm install grpc-interop-server --save-dev\n```\n\n## Usage\n\nRun from the command line:\n\n```sh\nnpx grpc-interop-server --port 8080\n```\n\nor use in a CommonJS module:\n\n```js\nconst startServer = require('grpc-interop-server');\n\nstartServer({ port: 8080 }).then((server) =\u003e {\n  //\n});\n```\n\nor use in an ECMAScript module:\n\n```js\nimport startServer from 'grpc-interop-server';\n\nconst server = await startServer({ port: 8080 });\n```\n\n## License\n\nCode is taken from [grpc/grpc-node][source] repo which is available under the [Apache License Version 2.0][license]\n\n[interop server]: https://github.com/grpc/grpc/blob/master/doc/interop-test-descriptions.md#server\n[source]: https://github.com/grpc/grpc-node/tree/master/test/interop\n[license]: https://github.com/marella/node-grpc-interop-server/blob/main/LICENSE\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarella%2Fnode-grpc-interop-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarella%2Fnode-grpc-interop-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarella%2Fnode-grpc-interop-server/lists"}