{"id":48583397,"url":"https://github.com/serv-c/servc-js-client","last_synced_at":"2026-04-08T17:37:04.551Z","repository":{"id":184846628,"uuid":"672568018","full_name":"serv-c/servc-js-client","owner":"serv-c","description":"Client interface for servc","archived":false,"fork":false,"pushed_at":"2026-03-26T23:50:52.000Z","size":565,"stargazers_count":1,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-27T02:41:18.847Z","etag":null,"topics":["lang-typescript"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/serv-c.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-30T14:25:28.000Z","updated_at":"2026-03-26T23:50:55.000Z","dependencies_parsed_at":"2025-05-16T19:34:31.867Z","dependency_job_id":"8a313954-6598-4b80-94a2-4f45bb54e4a0","html_url":"https://github.com/serv-c/servc-js-client","commit_stats":null,"previous_names":["serv-c/fe-lib-client-js","serv-c/servc-js-client"],"tags_count":14,"template":false,"template_full_name":null,"purl":"pkg:github/serv-c/servc-js-client","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serv-c%2Fservc-js-client","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serv-c%2Fservc-js-client/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serv-c%2Fservc-js-client/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serv-c%2Fservc-js-client/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/serv-c","download_url":"https://codeload.github.com/serv-c/servc-js-client/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/serv-c%2Fservc-js-client/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31567218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-08T14:31:17.711Z","status":"ssl_error","status_checked_at":"2026-04-08T14:31:17.202Z","response_time":54,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["lang-typescript"],"created_at":"2026-04-08T17:37:03.794Z","updated_at":"2026-04-08T17:37:04.525Z","avatar_url":"https://github.com/serv-c.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# servc-js-client\n\nJS client to interface with a Serv-C compatible server. Documentation can be found https://docs.servc.io\n\n[![NPM version](https://img.shields.io/npm/v/%40drgroot%2Fservc)](https://www.npmjs.com/package/@drgroot/servc)\n[![NPM Downloads](https://img.shields.io/npm/d18m/%40drgroot%2Fservc)](https://www.npmjs.com/package/@drgroot/servc)\n\n## Example\n\nHere is the most simple example of use,\n\n```javascript\nimport get from \"@drgroot/servc\";\n\nconst response = await poll(\n  {\n    route: \"my-microservice\",\n    argument: {\n      method: \"my-microservice-method\",\n      inputs: 123123,\n    },\n  },\n  \"http://localhost:3000\",\n);\n\nconsole.log(response);\n/*\n    {\n    \"id\": \"asdas-a123ad\",\n    \"progress\": 100,\n    \"statusCode\": 200,\n    \"responseBody\": myresponse,\n    \"isError\": false\n    }\n*/\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserv-c%2Fservc-js-client","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fserv-c%2Fservc-js-client","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fserv-c%2Fservc-js-client/lists"}