{"id":13547587,"url":"https://github.com/travisghansen/fanout","last_synced_at":"2025-06-26T08:02:46.865Z","repository":{"id":1962520,"uuid":"2893107","full_name":"travisghansen/fanout","owner":"travisghansen","description":"A simple fanout pubsub message server","archived":false,"fork":false,"pushed_at":"2016-12-07T04:11:12.000Z","size":51,"stargazers_count":62,"open_issues_count":3,"forks_count":16,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-06-26T08:02:34.652Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","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/travisghansen.png","metadata":{"files":{"readme":"README","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":"2011-12-01T18:17:34.000Z","updated_at":"2024-05-21T07:50:28.000Z","dependencies_parsed_at":"2022-09-09T06:10:46.667Z","dependency_job_id":null,"html_url":"https://github.com/travisghansen/fanout","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/travisghansen/fanout","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/travisghansen%2Ffanout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/travisghansen%2Ffanout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/travisghansen%2Ffanout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/travisghansen%2Ffanout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/travisghansen","download_url":"https://codeload.github.com/travisghansen/fanout/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/travisghansen%2Ffanout/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262026907,"owners_count":23246951,"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":[],"created_at":"2024-08-01T12:00:58.432Z","updated_at":"2025-06-26T08:02:46.845Z","avatar_url":"https://github.com/travisghansen.png","language":"C","funding_links":[],"categories":["C","others"],"sub_categories":[],"readme":"Fanout is meant to creat a simple pubsub server to handle sending messages and\nreceiving messages on different channels.\n\nProtocol:\n\nping - replies with current timestamp on the server\ninfo - replies with some basic info about the server\nsubcribe \u003cchannel\u003e\nunsubscribe \u003cchannel\u003e\nannounce \u003cchannel\u003e \u003cmessage\u003e\n\nEach request sent to the server must end with a \\n.  This means neither\n\u003cchannel\u003e nor \u003cmessage\u003e can contain a \\n itself directly (of course all of\nthem can be encoded ie: base64).\n\n\u003cchannel\u003e must not contain the '!' character or spaces.\n\u003cmessage\u003e can contain the '!' character\n\nEach message announced on a channel will be sent out as:\n\n\u003cchannel\u003e!\u003cmessage\u003e\n\nending with \\n to all the subscribed clients.\n\n\n2 special channels are automatically created and should not be used.\n\nall - every client connected to the service is subscribed to this channel\n\ndebug - is used to send back messages to individual clients, for example\nupon connection \"debug!connected...\" is sent to confirm connection.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftravisghansen%2Ffanout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftravisghansen%2Ffanout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftravisghansen%2Ffanout/lists"}