{"id":17297889,"url":"https://github.com/mauricioabreu/pubsub","last_synced_at":"2025-06-20T14:34:44.973Z","repository":{"id":152994530,"uuid":"196900524","full_name":"mauricioabreu/pubsub","owner":"mauricioabreu","description":"Publish/Subscribe implementation written in go","archived":false,"fork":false,"pushed_at":"2019-07-15T03:56:29.000Z","size":2,"stargazers_count":7,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-14T12:47:25.856Z","etag":null,"topics":["go","pubsub"],"latest_commit_sha":null,"homepage":null,"language":"Go","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/mauricioabreu.png","metadata":{"files":{"readme":"README.md","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":"2019-07-15T01:09:35.000Z","updated_at":"2023-04-08T16:44:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"cdf83fd5-3693-4fd7-9a1f-249472f9bb03","html_url":"https://github.com/mauricioabreu/pubsub","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mauricioabreu/pubsub","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricioabreu%2Fpubsub","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricioabreu%2Fpubsub/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricioabreu%2Fpubsub/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricioabreu%2Fpubsub/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mauricioabreu","download_url":"https://codeload.github.com/mauricioabreu/pubsub/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mauricioabreu%2Fpubsub/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260962082,"owners_count":23089350,"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":["go","pubsub"],"created_at":"2024-10-15T11:17:26.000Z","updated_at":"2025-06-20T14:34:39.962Z","avatar_url":"https://github.com/mauricioabreu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pubsub\n\nPublish/Subscribe implementation written in go.\n\n## Example\n\n```go\nfunc main() {\n    server := NewPubSub()\n    sub := server.Subscribe(\"news\")\n    server.Publish(\"what is up?\", \"news\")\n    fmt.Println(\u003c-sub) // what is up\n    server.AddSubscription(sub, \"tech\")\n    server.Publish(\"tired of side projects? call me!\", \"tech\")\n    fmt.Println(\u003c-sub) // tired of side projects? call me!\n}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricioabreu%2Fpubsub","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmauricioabreu%2Fpubsub","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmauricioabreu%2Fpubsub/lists"}