{"id":24156095,"url":"https://github.com/controlroom/wire","last_synced_at":"2026-06-08T04:32:06.824Z","repository":{"id":17354225,"uuid":"20125803","full_name":"controlroom/wire","owner":"controlroom","description":"Sane component communication","archived":false,"fork":false,"pushed_at":"2018-07-06T19:50:15.000Z","size":47,"stargazers_count":1,"open_issues_count":3,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-22T00:43:07.984Z","etag":null,"topics":["clojure","wire"],"latest_commit_sha":null,"homepage":"","language":"Clojure","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"epl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/controlroom.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":"2014-05-24T08:56:50.000Z","updated_at":"2018-07-06T19:50:16.000Z","dependencies_parsed_at":"2022-09-24T15:33:55.411Z","dependency_job_id":null,"html_url":"https://github.com/controlroom/wire","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/controlroom/wire","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/controlroom%2Fwire","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/controlroom%2Fwire/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/controlroom%2Fwire/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/controlroom%2Fwire/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/controlroom","download_url":"https://codeload.github.com/controlroom/wire/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/controlroom%2Fwire/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34048681,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-08T02:00:07.615Z","response_time":111,"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":["clojure","wire"],"created_at":"2025-01-12T13:15:47.920Z","updated_at":"2026-06-08T04:32:06.810Z","avatar_url":"https://github.com/controlroom.png","language":"Clojure","funding_links":[],"categories":[],"sub_categories":[],"readme":"**Wire** is a Clojure(Script) library for sanely managing component\ncommunication\n\nWire is still a _proof of concept_ and is undergoing breaking changes.\n\n## Simple usage\n\n```clojure\n(require '[wire.core :as w])\n\n;; Create new wire and wire tap for a message. Any change functions\n;; (tap, lay) are immutable and create a new wire.\n(def basic-wire \n  (-\u003e (w/wire)\n      (w/tap :hello \n        (fn [{:keys [msg user]}] \n          (println (str \"hello \" msg \" from \" (or user \"nobody\")))))))\n\n;; Send message up the wire\n(w/act basic-wire :hello {:msg \"world\"}) ;; =\u003e hello world from nobody\n\n;; Create a new wire with extra data laid \n(def richs-wire\n  (w/lay basic-wire nil {:user \"rich\"}))\n\n;; Send message as you would, with extra laid context\n(w/act richs-wire :hello {:msg \"world\"}) ;; =\u003e hello world from rich\n\n;; The initial wire is untouched\n(w/act basic-wire :hello {:msg \"world\"}) ;; =\u003e hello world from nobody\n```\n\nWire pairs well with [Show](https://github.com/controlroom/show). Check out [wired-show](https://github.com/controlroom/wired-show) to see how you can easily use wire with dom objects.\n\n## License\n\nCopyright © 2018 controlroom.io\n\nDistributed under the Eclipse Public License either version 1.0 or (at\nyour option) any later version.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontrolroom%2Fwire","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcontrolroom%2Fwire","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcontrolroom%2Fwire/lists"}