{"id":21026527,"url":"https://github.com/nimblehq/action-cable-and-web-push-notification","last_synced_at":"2026-04-13T05:41:09.687Z","repository":{"id":93480530,"uuid":"83780364","full_name":"nimblehq/action-cable-and-web-push-notification","owner":"nimblehq","description":"A sample project using Action Cable in a Rails Project","archived":false,"fork":false,"pushed_at":"2018-07-16T03:50:26.000Z","size":89,"stargazers_count":0,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-02T13:51:38.547Z","etag":null,"topics":["action-cable","firebase","javascript","push-notifications","rails","ruby","service-worker","socker"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/nimblehq.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":"2017-03-03T09:18:08.000Z","updated_at":"2018-07-16T03:51:30.000Z","dependencies_parsed_at":null,"dependency_job_id":"45d7f449-61b6-4d05-bef2-e00f92b676e4","html_url":"https://github.com/nimblehq/action-cable-and-web-push-notification","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/nimblehq/action-cable-and-web-push-notification","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimblehq%2Faction-cable-and-web-push-notification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimblehq%2Faction-cable-and-web-push-notification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimblehq%2Faction-cable-and-web-push-notification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimblehq%2Faction-cable-and-web-push-notification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nimblehq","download_url":"https://codeload.github.com/nimblehq/action-cable-and-web-push-notification/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nimblehq%2Faction-cable-and-web-push-notification/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31741541,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T05:13:27.074Z","status":"ssl_error","status_checked_at":"2026-04-13T05:13:25.150Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["action-cable","firebase","javascript","push-notifications","rails","ruby","service-worker","socker"],"created_at":"2024-11-19T11:45:00.773Z","updated_at":"2026-04-13T05:41:09.637Z","avatar_url":"https://github.com/nimblehq.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Websocket and Web Push notification\n\nAn Rails example app using Action Cable and Service Worker (Web Push Notification)\n\nLive demo available: https://question-answer-nimbl3-growth.herokuapp.com/\n\n## Technicals ##\n\n- Action Cable\n- Service Worker - Web push notification\n- Firebase clound message\n\n## Usage\n\n### Step 1\n\nCreate a new project on Firebase at https://console.firebase.google.com/\n\nGet `Server key` and `Sender ID` for `Firebase cloud messaging` at https://console.firebase.google.com/project/qa-nimbl3-growth/settings/cloudmessaging\n\n### Step 2\n\nClone the repository\n\n`git clone git@github.com:nimbl3/action-cable-and-web-push-notification.git`\n\n### Step 3\n\nEdit file `public/manifest.json`, change `gcm_sender_id` to your `Sender ID` above\n\n\n```\n# public/manifest.json\n\n{\n  \"gcm_sender_id\": \u003cYOUR_SENDER_ID\u003e\n}\n\n\n```\n\nEdit file `config/application.yml`\n\n- Change `FIRE_BASE_API_KEY` to `your server key`\n- Change `DB_HOST` to `your database host`\n- Change `DB_PORT` to `your database port`\n- Change `USERNAME` to `your database username`\n- Change `FIRE_BASE_API_KEY` to `your server key`\n\n```\n# config/application.yml\n\ndevelopment:\n  DB_HOST: \"192.168.99.100\"\n  DB_PORT: \"5432\"\n  USERNAME: \"postgres\"\n  FIRE_BASE_API_KEY: 'YOUR_SERVER_KEY'\n```\n\n\n### Step 4\n\n```\nrake db:setup\nrails server\n\n```\n\n## License\n\nThis project is Copyright (c) 2014-2018 Nimbl3 Ltd. It is free software,\nand may be redistributed under the terms specified in the [LICENSE] file.\n\n[LICENSE]: /LICENSE\n\n## About\n\n![Nimbl3](https://dtvm7z6brak4y.cloudfront.net/logo/logo-repo-readme.jpg)\n\nThis project is maintained and funded by Nimbl3 Ltd.\n\nWe love open source and do our part in sharing our work with the community!\nSee [our other projects][community] or [hire our team][hire] to help build your product.\n\n[community]: https://nimbl3.github.io/\n[hire]: https://nimbl3.com/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnimblehq%2Faction-cable-and-web-push-notification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnimblehq%2Faction-cable-and-web-push-notification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnimblehq%2Faction-cable-and-web-push-notification/lists"}