{"id":15041000,"url":"https://github.com/markaren/yaj-rpc","last_synced_at":"2025-08-13T14:15:04.221Z","repository":{"id":57731395,"uuid":"122771040","full_name":"markaren/YAJ-RPC","owner":"markaren","description":"Yet Another JSON RPC (YAJ-RPC) is a JSON RPC 2.0 implementation for JVM languages, written in Kotlin","archived":false,"fork":false,"pushed_at":"2020-07-19T06:58:53.000Z","size":448,"stargazers_count":17,"open_issues_count":0,"forks_count":7,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-06-28T04:41:36.354Z","etag":null,"topics":["http","json-rpc","kotlin","pojo","tcp-ip","websocket","zmq"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/markaren.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}},"created_at":"2018-02-24T19:10:40.000Z","updated_at":"2024-12-31T13:33:06.000Z","dependencies_parsed_at":"2022-09-26T22:10:24.533Z","dependency_job_id":null,"html_url":"https://github.com/markaren/YAJ-RPC","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/markaren/YAJ-RPC","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markaren%2FYAJ-RPC","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markaren%2FYAJ-RPC/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markaren%2FYAJ-RPC/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markaren%2FYAJ-RPC/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/markaren","download_url":"https://codeload.github.com/markaren/YAJ-RPC/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/markaren%2FYAJ-RPC/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270254205,"owners_count":24553001,"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-08-13T02:00:09.904Z","response_time":66,"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":["http","json-rpc","kotlin","pojo","tcp-ip","websocket","zmq"],"created_at":"2024-09-24T20:45:23.282Z","updated_at":"2025-08-13T14:15:04.177Z","avatar_url":"https://github.com/markaren.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# YAJ-RPC\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat)](https://github.com/markaren/YAJ-RPC/issues)\n\n[![](https://jitpack.io/v/markaren/YAJ-RPC.svg)](https://jitpack.io/#markaren/YAJ-RPC) \n[![Join the chat at https://gitter.im/markaren/YAJ-RPC](https://badges.gitter.im/markaren/YAJ-RPC.svg)](https://gitter.im/markaren/YAJ-RPC?utm_source=badge\u0026utm_medium=badge\u0026utm_campaign=pr-badge\u0026utm_content=badge)\n\n\n[![CircleCI](https://circleci.com/gh/markaren/YAJ-RPC/tree/master.svg?style=svg)](https://circleci.com/gh/markaren/YAJ-RPC/tree/master) \n\n\nYet Another JSON-RPC (YAJ-RPC) is a [JSON RPC](https://www.jsonrpc.org/specification) 2.0 implementation for JVM languages written in [Kotlin](https://kotlinlang.org/).\n\n\nClient and server for WebSockets, TCP/IP ZeroMQ and HTTP are available, \nbut the RPC implementations itself is totally independent from any networking logic.\n\n---\n\nArtifacts are available through [Bintray](https://bintray.com/beta/#/laht/mvn/YAY-RPC?tab=overview).\n\n```groovy\n\nrepositories {\n    /*...*/\n    maven { url \"https://dl.bintray.com/laht/mvn\" }\n}\n\ndependencies {\n    def yajrpc_version = \"...\"\n    implementation group: 'info.laht.yaj-rpc', name: 'yaj-rpc', version: yajrpc_version\n    implementation group: 'info.laht.yaj-rpc', name: 'yaj-rpc-ws', version: yajrpc_version\n    implementation group: 'info.laht.yaj-rpc', name: 'yaj-rpc-tcp', version: yajrpc_version\n    implementation group: 'info.laht.yaj-rpc', name: 'yaj-rpc-zmq', version: yajrpc_version\n    implementation group: 'info.laht.yaj-rpc', name: 'yaj-rpc-http', version: yajrpc_version\n}\n```\n\n[jitpack](https://jitpack.io/#markaren/YAJ-RPC) may also be used.\n\nTo get started head over to the [Wiki](https://github.com/markaren/YAJ-RPC/wiki)!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkaren%2Fyaj-rpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarkaren%2Fyaj-rpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarkaren%2Fyaj-rpc/lists"}