{"id":18081815,"url":"https://github.com/cxxxr/jsonrpc","last_synced_at":"2026-02-18T04:34:08.491Z","repository":{"id":55875068,"uuid":"77431940","full_name":"cxxxr/jsonrpc","owner":"cxxxr","description":"JSON-RPC 2.0 server/client for Common Lisp.","archived":false,"fork":false,"pushed_at":"2025-08-03T17:24:40.000Z","size":165,"stargazers_count":76,"open_issues_count":9,"forks_count":16,"subscribers_count":9,"default_branch":"master","last_synced_at":"2025-10-07T22:40:11.515Z","etag":null,"topics":["common-lisp","json-rpc"],"latest_commit_sha":null,"homepage":"","language":"Common Lisp","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cxxxr.png","metadata":{"files":{"readme":"README.markdown","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":"2016-12-27T06:33:00.000Z","updated_at":"2025-09-23T20:12:31.000Z","dependencies_parsed_at":"2024-01-30T12:43:21.057Z","dependency_job_id":"14370dab-92ee-4a15-8c0f-fbd9b65c4e96","html_url":"https://github.com/cxxxr/jsonrpc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/cxxxr/jsonrpc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cxxxr%2Fjsonrpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cxxxr%2Fjsonrpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cxxxr%2Fjsonrpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cxxxr%2Fjsonrpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cxxxr","download_url":"https://codeload.github.com/cxxxr/jsonrpc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cxxxr%2Fjsonrpc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29568627,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T04:18:28.490Z","status":"ssl_error","status_checked_at":"2026-02-18T04:13:49.018Z","response_time":162,"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":["common-lisp","json-rpc"],"created_at":"2024-10-31T13:16:34.245Z","updated_at":"2026-02-18T04:34:03.481Z","avatar_url":"https://github.com/cxxxr.png","language":"Common Lisp","funding_links":[],"categories":["Interfaces to other package managers"],"sub_categories":["OpenAPI, OData, OpenRPC"],"readme":"# jsonrpc\n\n[![Quicklisp dist](http://quickdocs.org/badge/jsonrpc.svg)](http://quickdocs.org/jsonrpc/)\n[![Build Status](https://travis-ci.org/fukamachi/jsonrpc.svg?branch=master)](https://travis-ci.org/fukamachi/jsonrpc)\n[![Coverage Status](https://coveralls.io/repos/fukamachi/jsonrpc/badge.svg?branch=master)](https://coveralls.io/r/fukamachi/jsonrpc)\n\nJSON-RPC 2.0 server/client for Common Lisp.\n\n## Usage\n\n```common-lisp\n;; server\n(defvar *server* (jsonrpc:make-server))\n(jsonrpc:expose *server* \"sum\" (lambda (args) (reduce #'+ args)))\n\n(jsonrpc:server-listen *server* :port 50879 :mode :tcp)\n```\n\n```common-lisp\n;; client\n(defvar *client* (jsonrpc:make-client))\n(jsonrpc:client-connect *client* :url \"http://127.0.0.1:50879\" :mode :tcp)\n(jsonrpc:call *client* \"sum\" '(10 20))\n;=\u003e 30\n\n;; Calling with :timeout option\n(jsonrpc:call *client* \"sum\" '(10 20) :timeout 1.0)\n;=\u003e 30\n```\n\nTo invoke an interactive debugger on any errors in your handlers, set `jsonrpc:*debug-on-error*` to `t`.\n\n## Experimental features (only for Server)\n\n- broadcast\n- multicall-async\n\n## Author\n\n* Eitaro Fukamachi (e.arrows@gmail.com)\n\n## Copyright\n\nCopyright (c) 2016 Eitaro Fukamachi (e.arrows@gmail.com)\n\n## License\n\nLicensed under the BSD 2-Clause License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcxxxr%2Fjsonrpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcxxxr%2Fjsonrpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcxxxr%2Fjsonrpc/lists"}