{"id":15725037,"url":"https://github.com/ecto/axe","last_synced_at":"2025-10-08T21:02:34.355Z","repository":{"id":1806260,"uuid":"2730321","full_name":"ecto/axe","owner":"ecto","description":"SHOW YOUR CLUSTER WHO'S BOSS","archived":false,"fork":false,"pushed_at":"2011-11-21T06:22:52.000Z","size":110,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-06T06:32:52.321Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://andmyaxe.com/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"natematias/datascience-vm","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ecto.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}},"created_at":"2011-11-07T23:56:04.000Z","updated_at":"2020-03-02T16:29:35.000Z","dependencies_parsed_at":"2022-08-20T08:50:42.092Z","dependency_job_id":null,"html_url":"https://github.com/ecto/axe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecto%2Faxe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecto%2Faxe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecto%2Faxe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecto%2Faxe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecto","download_url":"https://codeload.github.com/ecto/axe/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246399802,"owners_count":20770909,"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-10-03T22:19:02.600Z","updated_at":"2025-10-08T21:02:34.269Z","avatar_url":"https://github.com/ecto.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# axe\n\n![axe](http://i.imgur.com/ONr16.png)\n\n# install\n\n    npm install axe\n\n# usage\n\n````javascript\nvar axe = require('axe');\n\naxe.configure({\n  mesh: true,\n  autobalance: true,\n});\n\naxe.master(function(node, mesh){\n  setInterval(function(){\n    mesh.emit('ping');\n  });\n});\n\naxe.worker(function(node, mesh){\n  mesh.on('ping', function(){\n    console.log(node.id + ' ' + pong);\n  });\n});\n\naxe.on('start', function(){\n  console.log('axe started on port ' + this.port);\n});\n\naxe.start();\n````\n\n````javascript\nvar axe = require('axe');\naxe.configure(require('config/axe.js'));\naxe.master(require('master/main.js'));\naxe.worker(require('worker/main.js'));\naxe.start();\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecto%2Faxe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecto%2Faxe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecto%2Faxe/lists"}