{"id":20310830,"url":"https://github.com/progrium/qtalk-go","last_synced_at":"2025-10-07T01:46:50.659Z","repository":{"id":43125137,"uuid":"368976333","full_name":"progrium/qtalk-go","owner":"progrium","description":"versatile stream IO and RPC based IPC stack for Go","archived":false,"fork":false,"pushed_at":"2023-10-23T22:45:10.000Z","size":191,"stargazers_count":40,"open_issues_count":1,"forks_count":4,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-06-20T22:53:34.087Z","etag":null,"topics":["golang","ipc","rpc"],"latest_commit_sha":null,"homepage":"","language":"Go","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/progrium.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","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,"dei":null,"publiccode":null,"codemeta":null},"funding":{"github":["progrium"]}},"created_at":"2021-05-19T19:12:13.000Z","updated_at":"2024-01-12T14:48:05.000Z","dependencies_parsed_at":"2023-10-23T23:28:32.930Z","dependency_job_id":null,"html_url":"https://github.com/progrium/qtalk-go","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progrium%2Fqtalk-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progrium%2Fqtalk-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progrium%2Fqtalk-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/progrium%2Fqtalk-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/progrium","download_url":"https://codeload.github.com/progrium/qtalk-go/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224664783,"owners_count":17349478,"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":["golang","ipc","rpc"],"created_at":"2024-11-14T17:34:40.402Z","updated_at":"2025-10-07T01:46:45.630Z","avatar_url":"https://github.com/progrium.png","language":"Go","funding_links":["https://github.com/sponsors/progrium"],"categories":[],"sub_categories":[],"readme":"# qtalk-go\n[![GoDoc](https://godoc.org/github.com/progrium/qtalk-go?status.svg)](https://godoc.org/github.com/progrium/qtalk-go)\n\u003ca href=\"https://github.com/progrium/qtalk-go/actions?workflow=test\"\u003e\u003cimg alt=\"Test workflow\" src=\"https://img.shields.io/github/workflow/status/progrium/qtalk-go/Test?label=test\u0026logo=github\u0026style=flat-square\"\u003e\u003c/a\u003e\n[![Go Report Card](https://goreportcard.com/badge/github.com/progrium/qtalk-go)](https://goreportcard.com/report/github.com/progrium/qtalk-go)\n\u003ca href=\"https://twitter.com/progriumHQ\" title=\"@progriumHQ on Twitter\"\u003e\u003cimg src=\"https://img.shields.io/badge/twitter-@progriumHQ-55acee.svg\" alt=\"@progriumHQ on Twitter\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/progrium/qtalk-go/discussions\" title=\"Project Forum\"\u003e\u003cimg src=\"https://img.shields.io/badge/community-forum-ff69b4.svg\" alt=\"Project Forum\"\u003e\u003c/a\u003e\n\u003ca href=\"https://github.com/sponsors/progrium\" title=\"Sponsor Project\"\u003e\u003cimg src=\"https://img.shields.io/static/v1?label=sponsor\u0026message=%E2%9D%A4\u0026logo=GitHub\" alt=\"Sponsor Project\" /\u003e\u003c/a\u003e\n\nqtalk-go is a versatile RPC and IO stream based IPC stack for Go: \n\n * client *or* server can make RPC calls to the other end\n * calls can be unary or streaming for multiple inputs/outputs\n * pluggable data codecs for flexible object stream marshaling\n * RPC calls designed to optionally become full-duplex byte streams\n * muxing layer based on subset of SSH (qmux) and soon optionally QUIC\n * qmux allows any `io.ReadWriteCloser` transport, including STDIO\n * API inspired by `net/http` with easy function/method export on top\n * supports passing remote callbacks over RPC\n\nThe goal was to come up with the most minimal design for the most flexibility\nin how you want to communicate between processes. \n\n## Getting Started \n```\n$ go get github.com/progrium/qtalk-go\n```\nThe [Examples](https://github.com/progrium/qtalk-go/wiki/Examples) wiki page walks through a bunch of ways it can be used. Here are quick links:\n * [Simple RPC](https://github.com/progrium/qtalk-go/wiki/Examples#simple-rpc)\n * [Selector Routing](https://github.com/progrium/qtalk-go/wiki/Examples#selector-routing)\n * [Streaming Responses](https://github.com/progrium/qtalk-go/wiki/Examples#streaming-responses)\n * [Bytestream Proxy](https://github.com/progrium/qtalk-go/wiki/Examples#bytestream-proxy)\n * [Bidirectional Calling](https://github.com/progrium/qtalk-go/wiki/Examples#reverse-roles-bidirectional-calling)\n * [State Synchronization](https://github.com/progrium/qtalk-go/wiki/Examples#state-synchronization)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrium%2Fqtalk-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fprogrium%2Fqtalk-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fprogrium%2Fqtalk-go/lists"}