{"id":13518706,"url":"https://github.com/zendesk/radar","last_synced_at":"2025-04-08T00:39:40.476Z","repository":{"id":4895217,"uuid":"6050800","full_name":"zendesk/radar","owner":"zendesk","description":"High level API and backend for writing web apps that use push messaging","archived":false,"fork":false,"pushed_at":"2025-02-04T12:00:15.000Z","size":1830,"stargazers_count":221,"open_issues_count":22,"forks_count":42,"subscribers_count":440,"default_branch":"master","last_synced_at":"2025-03-31T23:37:29.233Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://radar.zendesk.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"chef-cookbooks/erlang","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zendesk.png","metadata":{"files":{"readme":"readme.md","changelog":"Changelog.md","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":"2012-10-02T20:15:07.000Z","updated_at":"2025-02-14T15:50:45.000Z","dependencies_parsed_at":"2023-07-06T11:47:03.047Z","dependency_job_id":"b6a3c606-a5fe-4803-bde5-b1130752c0d1","html_url":"https://github.com/zendesk/radar","commit_stats":{"total_commits":655,"total_committers":25,"mean_commits":26.2,"dds":0.7251908396946565,"last_synced_commit":"077b9bb0b366d721705042cb69da04973db11cf2"},"previous_names":[],"tags_count":110,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zendesk%2Fradar","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zendesk%2Fradar/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zendesk%2Fradar/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zendesk%2Fradar/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zendesk","download_url":"https://codeload.github.com/zendesk/radar/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247755560,"owners_count":20990620,"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-01T05:01:47.995Z","updated_at":"2025-04-08T00:39:40.458Z","avatar_url":"https://github.com/zendesk.png","language":"JavaScript","funding_links":[],"categories":["JavaScript"],"sub_categories":[],"readme":"## radar\n\nThe real-time service layer for your web application\n\n[![npm](https://img.shields.io/npm/v/radar.svg)](https://www.npmjs.com/package/radar)\n[![CI](https://github.com/zendesk/radar/workflows/CI/badge.svg)](https://travis-ci.org/zendesk/radar)\n[![Dependency Status](https://david-dm.org/zendesk/radar.svg)](https://david-dm.org/zendesk/radar)\n[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)\n\n\n## Documentation\n\nSee [radar.zendesk.com](http://radar.zendesk.com) for detailed documentation.\n\nThis is the project necessary for running a radar server. Documentation about building an app and using the client-side libraries is available at [radar.zendesk.com](http://radar.zendesk.com). Browse [radar client libraries and tools](https://github.com/zendesk?utf8=%E2%9C%93\u0026query=radar).\n\n## Installation\nRequires: redis 2.8+, node.js 4+\n\n###Installing from npm:\n\n```sh\n$ npm install radar\n```\n\n\n### Programmatic usage\nradar can be extended programmatically with custom code and middleware:\n\n```js\nvar http = require('http')\nvar { Radar } = require('radar')\n\nvar httpServer = http.createServer(function(req, res) {\n  res.end('Nothing here.');\n});\n\n// Radar server\nvar radar = new Radar();\nradar.attach(httpServer, { redis_host: 'localhost', redis_port: 6379 });\n\nhttpServer.listen(8000);\n```\n\nSee also the [`sample`](https://github.com/zendesk/radar/tree/master/sample) directory in the `radar` repository.\n\n\n### Out-of-the-box usage\n```sh\n$ git clone git@github.com:zendesk/radar.git\n$ cd radar\n$ npm install\n$ npm start\n```\n\n*See [radar.zendesk.com/server](http://radar.zendesk.com/server) for additional usage and configuration documentation* \n\n## Contributing\n\n## Running tests\n```sh\n$ npm test\n```\n\nBy default, tests are run only against redis sentinel. \n\nIf you want to run against redis directly: `$ npm run test-redis` \nFor direct redis and redis sentinel: `$ npm run test-full`\n\n\n## Workflow\n\n- Fork http://github.com/zendesk/radar, clone, make changes (including a Changelog update), commit, push, PR\n\n\n## Copyright and License\n\nCopyright 2016, Zendesk Inc.\nLicensed under the Apache License Version 2.0, http://www.apache.org/licenses/LICENSE-2.0\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzendesk%2Fradar","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzendesk%2Fradar","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzendesk%2Fradar/lists"}