{"id":13771958,"url":"https://github.com/juliendelplanque/JRPC","last_synced_at":"2025-05-11T04:31:04.203Z","repository":{"id":36157864,"uuid":"154979694","full_name":"juliendelplanque/JRPC","owner":"juliendelplanque","description":"Yet another JSON-RPC 2.0 implementation for Pharo Smalltalk","archived":false,"fork":false,"pushed_at":"2025-01-09T20:16:47.000Z","size":140,"stargazers_count":11,"open_issues_count":5,"forks_count":7,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-02T12:52:15.043Z","etag":null,"topics":["json-rpc","jsonrpc2","pharo","rpc","rpc-client","rpc-server"],"latest_commit_sha":null,"homepage":null,"language":"Smalltalk","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/juliendelplanque.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2018-10-27T15:31:23.000Z","updated_at":"2025-01-09T20:16:51.000Z","dependencies_parsed_at":"2024-01-12T17:27:14.805Z","dependency_job_id":"a51ce283-7bf4-4ea9-b3e6-83f5875cfd5a","html_url":"https://github.com/juliendelplanque/JRPC","commit_stats":null,"previous_names":[],"tags_count":26,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliendelplanque%2FJRPC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliendelplanque%2FJRPC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliendelplanque%2FJRPC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/juliendelplanque%2FJRPC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/juliendelplanque","download_url":"https://codeload.github.com/juliendelplanque/JRPC/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253518941,"owners_count":21921074,"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":["json-rpc","jsonrpc2","pharo","rpc","rpc-client","rpc-server"],"created_at":"2024-08-03T17:00:58.115Z","updated_at":"2025-05-11T04:31:01.646Z","avatar_url":"https://github.com/juliendelplanque.png","language":"Smalltalk","funding_links":[],"categories":["Network protocols"],"sub_categories":[],"readme":"# JRPC\n\n[![Unit Tests](https://github.com/juliendelplanque/JRPC/actions/workflows/unit-tests.yml/badge.svg)](https://github.com/juliendelplanque/JRPC/actions/workflows/unit-tests.yml)\n[![Coverage Status](https://codecov.io/github/juliendelplanque/JRPC/coverage.svg?branch=master)](https://codecov.io/gh/juliendelplanque/JRPC/branch/master)\n[![Baseline Groups](https://github.com/juliendelplanque/JRPC/actions/workflows/loading-groups.yml/badge.svg)](https://github.com/juliendelplanque/JRPC/actions/workflows/loading-groups.yml)\n\n[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![Pharo version](https://img.shields.io/badge/Pharo-6.1-%23aac9ff.svg)](https://pharo.org/download)\n[![Pharo version](https://img.shields.io/badge/Pharo-7.0-%23aac9ff.svg)](https://pharo.org/download)\n[![Pharo version](https://img.shields.io/badge/Pharo-8.0-%23aac9ff.svg)](https://pharo.org/download)\n[![Pharo version](https://img.shields.io/badge/Pharo-9.0-%23aac9ff.svg)](https://pharo.org/download)\n[![Pharo 10](https://img.shields.io/badge/Pharo-10-%23aac9ff.svg)](https://pharo.org/download)\n\nYet another [JSON-RPC 2.0](https://www.jsonrpc.org/specification) implementation for Pharo Smalltalk\n\n- [Features](#features)\n- [Installation](#installation)\n- [Examples](#examples)\n- [Comparison with other JSON RPC implementations](#jrpc-vs-others)\n- [Contributing](#contributing)\n\n## Features\n- Client and Server support for JSON-RPC 2.0.\n- Only depends on Pharo's built-in packages.\n- Uses STONJSON to parse JSON internally.\n- Transport agnostic (like JSON-RPC 2.0 spec claims).\n- Can currently be used over\n  - HTTP\n  - TCP\n- It is easy to add other transport layers.\n- Additional `data` when an error occured in the `error` object.\n\n## Examples\n\nExplore the [documentation](docs/Examples.md)\n\n## Installation\n\nTo load the project in a Pharo image or declare it as a dependency of your project follow this [instructions](docs/Installation.md).\n\n## Comparison with other JSON RPC implementations\n\n| Property     | JRPC               | LtJsonRpc          | NeoJSONRPC         |\n|--------------|--------------------|--------------------|--------------------|\n| Server       | :white_check_mark: | :white_check_mark: | :x:                |\n| Client       | :white_check_mark: | :white_check_mark: | :white_check_mark: |\n| JSON backend | STONJSON           | Json               | NeoJSON            |\n| Tests        | :white_check_mark: | :x:                | :x:                |\n\n## Contributing\n\nCheck the [Contribution Guidelines](CONTRIBUTING.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliendelplanque%2FJRPC","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjuliendelplanque%2FJRPC","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjuliendelplanque%2FJRPC/lists"}