{"id":15752575,"url":"https://github.com/devigned/chatbus","last_synced_at":"2026-04-28T08:33:53.200Z","repository":{"id":145071246,"uuid":"198747483","full_name":"devigned/chatbus","owner":"devigned","description":"GopherCon 2019 Azure Service Bus chat application","archived":false,"fork":false,"pushed_at":"2019-07-25T22:02:37.000Z","size":22,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2023-03-22T14:57:34.152Z","etag":null,"topics":["amqp","azure","servicebus"],"latest_commit_sha":null,"homepage":null,"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/devigned.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-07-25T03:08:59.000Z","updated_at":"2024-06-19T08:02:18.613Z","dependencies_parsed_at":"2024-06-19T08:02:15.147Z","dependency_job_id":"ad301eb3-aba8-4a98-b479-ff6e453ca421","html_url":"https://github.com/devigned/chatbus","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"purl":"pkg:github/devigned/chatbus","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devigned%2Fchatbus","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devigned%2Fchatbus/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devigned%2Fchatbus/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devigned%2Fchatbus/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/devigned","download_url":"https://codeload.github.com/devigned/chatbus/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/devigned%2Fchatbus/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32373503,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"online","status_checked_at":"2026-04-28T02:00:07.250Z","response_time":56,"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":["amqp","azure","servicebus"],"created_at":"2024-10-04T07:03:02.440Z","updated_at":"2026-04-28T08:33:53.159Z","avatar_url":"https://github.com/devigned.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GopherCon 2019 Azure Service Bus chat application (chatbus)\n\nYou are challenged to fill in the send and receive sides of a chat application using Azure Service Bus.\nThere are two functions to fill in before you are able to chat with your fellow Gophers. You can find both\nfunctions within ./cmd/join.go.\n\n```go\nfunc sendMessage(ctx context.Context, topic *servicebus.Topic, name, message string) error {\n\tctx, span := tab.StartSpan(ctx, \"join.sendMessage\")\n\tdefer span.End()\n\n\t// TODO: Create a ChatMessage\n\n\t// TODO: marshal ChatMessage into bits\n\n\t// TODO: send message to topic\n\treturn nil\n}\n\nfunc listenForAMessage(ctx context.Context, subscription *servicebus.Subscription) (*ChatMessage, error) {\n\tctx, span := tab.StartSpan(ctx, \"join.listenForAMessage\")\n\tdefer span.End()\n\n\t// TODO: receive one message from the subscription and unmarshal into ChatMessage\n\n\t// TODO: return ChatMessage\n\treturn nil, nil\n}\n```\n\nIn `sendMessage` you are required to send a message to an Azure Service Bus Topic. A Topic is a target for\nbroadcast messages to be listened to many subscribers.\n\nIn `listenForMessage` you are required to listen to a subscription on a topic to receive messages from the topic.\n\n## Documentation\nIf you are up for the challenge, there is help to be had in https://godoc.org/github.com/Azure/azure-service-bus-go.\n\n## Build and run\n- `git clone github.com/devigned/chatbus`\n- `go run  .`\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevigned%2Fchatbus","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevigned%2Fchatbus","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevigned%2Fchatbus/lists"}