{"id":19522300,"url":"https://github.com/anycable/anycable-go-scaffold","last_synced_at":"2025-09-20T10:59:55.784Z","repository":{"id":200599383,"uuid":"611447749","full_name":"anycable/anycable-go-scaffold","owner":"anycable","description":"Template repository for anycable-go based applications","archived":false,"fork":false,"pushed_at":"2025-03-18T17:22:03.000Z","size":73,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-26T09:35:14.198Z","etag":null,"topics":[],"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/anycable.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,"zenodo":null}},"created_at":"2023-03-08T21:06:22.000Z","updated_at":"2025-03-18T17:22:07.000Z","dependencies_parsed_at":null,"dependency_job_id":"1e3879b0-5629-4b04-9f0f-18e7693cae47","html_url":"https://github.com/anycable/anycable-go-scaffold","commit_stats":null,"previous_names":["anycable/anycable-go-scaffold"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/anycable/anycable-go-scaffold","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anycable%2Fanycable-go-scaffold","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anycable%2Fanycable-go-scaffold/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anycable%2Fanycable-go-scaffold/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anycable%2Fanycable-go-scaffold/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/anycable","download_url":"https://codeload.github.com/anycable/anycable-go-scaffold/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/anycable%2Fanycable-go-scaffold/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276085248,"owners_count":25582513,"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","status":"online","status_checked_at":"2025-09-20T02:00:10.207Z","response_time":63,"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":[],"created_at":"2024-11-11T00:38:11.643Z","updated_at":"2025-09-20T10:59:55.738Z","avatar_url":"https://github.com/anycable.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AnyCable Go scaffold\n\nThis is a template repository containing a scaffolding code to build real-time Go applications on top of [AnyCable][anycable-go].\n\nWhy building a WebSocket application with AnyCable (and not other Go libraries)?\n\n- Connect your application to Ruby/Rails/JS/whatever apps with ease by using AnyCable RPC protocol.\n- Many features out-of-the-box including different pub/sub adapters (including [embedded NATS][enats]), built-in instrumentation.\n- Bulletproof code, which has been used production for years.\n\nRead more about [AnyCable][anycable-docs].\n\n## Examples\n\n- [AnyCable + Twilio Streams](https://github.com/anycable/anycable-twilio-hanami-demo)\n\n## Installation\n\nClone this repository:\n\n```sh\ngit clone --depth 1 https://github.com/anycable/anycable-go-scaffold my-cable-project\n```\n\nRun the following command to set up the project:\n\n```sh\nmake init\n```\n\nIt would rename the project from `anycable/mycable` to whatever name you want (`\u003corg\u003e/\u003cproject\u003e`) updating the `go.mod`, `*.go` files, etc.\n\n## Development\n\n**NOTE:** Make sure Go 1.23+ installed.\n\nThe following commands are available:\n\n```shell\n# Build the Go binary (will be available in dist/twilio-anycable)\nmake\n\n# Run Golang tests\nmake test\n```\n\nWe use [golangci-lint](https://golangci-lint.run) to lint Go source code:\n\n```sh\nmake lint\n```\n\n### Git hooks\n\nTo automatically lint and test code before commits/pushes it is recommended to install [Lefthook][lefthook]:\n\n```sh\nbrew install lefthook\n\nlefthook install\n```\n\n[anycable-go]: https://github.com/anycable/anycable-go\n[anycable-docs]: https://docs.anycable.io/anycable-go/getting_started\n[lefthook]: https://github.com/evilmartians/lefthook\n[enats]: https://docs.anycable.io/anycable-go/embedded_nats\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanycable%2Fanycable-go-scaffold","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fanycable%2Fanycable-go-scaffold","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fanycable%2Fanycable-go-scaffold/lists"}