{"id":22154610,"url":"https://github.com/ericflo/node-jsonrpc","last_synced_at":"2025-07-26T06:32:51.008Z","repository":{"id":63316059,"uuid":"387383","full_name":"ericflo/node-jsonrpc","owner":"ericflo","description":"JSON-RPC client and server for node.js","archived":false,"fork":false,"pushed_at":"2011-05-17T18:08:42.000Z","size":169,"stargazers_count":89,"open_issues_count":6,"forks_count":83,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-04-02T23:01:34.729Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ericflo.png","metadata":{"files":{"readme":"README","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":"2009-11-27T11:42:20.000Z","updated_at":"2025-01-22T19:38:31.000Z","dependencies_parsed_at":"2022-11-16T21:01:03.896Z","dependency_job_id":null,"html_url":"https://github.com/ericflo/node-jsonrpc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ericflo/node-jsonrpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericflo%2Fnode-jsonrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericflo%2Fnode-jsonrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericflo%2Fnode-jsonrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericflo%2Fnode-jsonrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ericflo","download_url":"https://codeload.github.com/ericflo/node-jsonrpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ericflo%2Fnode-jsonrpc/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267130114,"owners_count":24040400,"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","status":"online","status_checked_at":"2025-07-26T02:00:08.937Z","response_time":62,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":[],"created_at":"2024-12-02T01:49:53.999Z","updated_at":"2025-07-26T06:32:50.718Z","avatar_url":"https://github.com/ericflo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"This is a JSON-RPC server and client library for node.js \u003chttp://nodejs.org/\u003e,\nthe V8 based evented IO framework.\n\nFiring up an efficient JSON-RPC server becomes extremely simple:\n\n    var rpc = require('jsonrpc');\n    \n    function add(first, second) {\n        return first + second;\n    }\n    rpc.expose('add', add);\n    \n    rpc.listen(8000, 'localhost');\n\n\nAnd creating a client to speak to that server is easy too:\n\n    var rpc = require('jsonrpc');\n    var sys = require('sys');\n    \n    var client = rpc.getClient(8000, 'localhost');\n    \n    client.call('add', [1, 2], function(result) {\n        sys.puts('1 + 2 = ' + result);\n    });\n\nTo learn more, see the examples directory, peruse test/jsonrpc-test.js, or\nsimply \"Use The Source, Luke\".\n\nMore documentation and development is on its way.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericflo%2Fnode-jsonrpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fericflo%2Fnode-jsonrpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fericflo%2Fnode-jsonrpc/lists"}