{"id":25419315,"url":"https://github.com/horse-framework/horse-client-js","last_synced_at":"2025-10-13T01:14:25.527Z","repository":{"id":143160976,"uuid":"550724039","full_name":"horse-framework/horse-client-js","owner":"horse-framework","description":"NodeJS Client for Horse Messaging Server","archived":false,"fork":false,"pushed_at":"2022-10-13T22:03:35.000Z","size":32,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-16T18:39:51.599Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","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/horse-framework.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-13T08:16:10.000Z","updated_at":"2022-10-13T08:20:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"ace2b193-de64-4a69-b387-5867f687bad6","html_url":"https://github.com/horse-framework/horse-client-js","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/horse-framework%2Fhorse-client-js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horse-framework%2Fhorse-client-js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horse-framework%2Fhorse-client-js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/horse-framework%2Fhorse-client-js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/horse-framework","download_url":"https://codeload.github.com/horse-framework/horse-client-js/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253166485,"owners_count":21864469,"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":"2025-02-16T18:37:20.730Z","updated_at":"2025-10-13T01:14:25.446Z","avatar_url":"https://github.com/horse-framework.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# horse-client-js\n\nNodeJS Client for Horse Messaging Server\n\n### Installation ###\n\n```\nnpm i horse-client-js\n```\n\n### Sample Usage ###\n\n```js\nimport { HorseClient } from './horse-client';\n\nlet client = new HorseClient();\nclient.addRemoteHost('horse://localhost:15400');\nclient.onlog.subscribe(log =\u003e {\n    console.log('LOG: ' + log);\n});\n\nclient.queue.subscribe('queue-name')\n    .subscribe(context =\u003e {\n        console.log('consumed', context.message);\n    });\n\nclient.connect();\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorse-framework%2Fhorse-client-js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhorse-framework%2Fhorse-client-js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhorse-framework%2Fhorse-client-js/lists"}