{"id":21638092,"url":"https://github.com/purecloudlabs/zombese","last_synced_at":"2026-02-13T03:15:17.986Z","repository":{"id":136841743,"uuid":"63738000","full_name":"purecloudlabs/zombese","owner":"purecloudlabs","description":null,"archived":false,"fork":false,"pushed_at":"2025-01-03T06:33:58.000Z","size":86,"stargazers_count":0,"open_issues_count":1,"forks_count":2,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-31T09:37:54.269Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":false,"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/purecloudlabs.png","metadata":{"files":{"readme":"README.md","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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-07-20T00:52:06.000Z","updated_at":"2025-01-03T06:34:01.000Z","dependencies_parsed_at":"2025-01-03T07:26:29.243Z","dependency_job_id":"c26fa9ba-383f-46b8-9844-b39654e09a89","html_url":"https://github.com/purecloudlabs/zombese","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purecloudlabs%2Fzombese","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purecloudlabs%2Fzombese/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purecloudlabs%2Fzombese/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/purecloudlabs%2Fzombese/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/purecloudlabs","download_url":"https://codeload.github.com/purecloudlabs/zombese/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252866480,"owners_count":21816470,"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-11-25T04:08:09.496Z","updated_at":"2026-02-13T03:15:17.936Z","avatar_url":"https://github.com/purecloudlabs.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"zombese [![Build Status](https://travis-ci.org/bandwidthcom/zombese.svg?branch=master)](https://travis-ci.org/bandwidthcom/zombese)\n=======\nPart of [Bandwidth Open Source](http://bandwidth.com/?utm_medium=social\u0026utm_source=github\u0026utm_campaign=dtolb\u0026utm_content=_)\n\n![Warning](https://upload.wikimedia.org/wikipedia/commons/a/ab/Warning_icon.png)\nThis branch only exists has a temporary copy of upstream's master with all\npending PRs merged. As upstream PRs are merged, this branch will be rebased on\nupstream master.\n![Warning](https://upload.wikimedia.org/wikipedia/commons/a/ab/Warning_icon.png)\n\nA WebRTC extension for [Zombie.js](https://github.com/assaf/zombie).\n\nZombese is only intended to cover the happy path for setting up a WebRTC connection between two clients running in ```Zombie.js```. Because of this, only orchestration-related parts of the WebRTC API are implemented. Things like the ```MediaStream``` API are not implemented.\n\n## Zombese Dialects\n\nZombese can be spoken in different dialects. The currently supported dialects of zombese are:\n\n- Firefox (Firefox WebRTC API)\n\nThe dialects are exposed in the ```zombese.dialects``` object:\n```\n{\n  default : FirefoxZombeseDialect,\n  firefox : FirefoxZombeseDialect\n}\n```\n\n## Extending the Browser API\n\n`zombie` provides an extension API that allows all new `Browser`\nobjects to be augmented with additional functionality. Using this approach,\n`zombese` will create a mocked WebRTC API in all new windows / tabs.\n\nWithout a dialect:\n\n```javascript\nvar Browser = require(\"zombie\");\nvar zombese = require(\"zombese\");\nvar browser;\n\nBrowser.extend(zombese());  // uses the default dialect\nbrowser = new Browser();\n```\n\nWith a dialect:\n```javascript\nvar Browser = require(\"zombie\");\nvar zombese = require(\"zombese\");\nvar browser;\n\t\nBrowser.extend(zombese(zombese.dialects.firefox));  // uses the firefox dialect\nbrowser = new Browser();\n```\n\nThe `zombese` function has the following parameters:\n\n- dialect: The dialect to use when teaching a Browser `zombese`\n  - optional\n  - default: ```zombese.dialects.default```\n\n## License\n[MIT License](/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurecloudlabs%2Fzombese","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpurecloudlabs%2Fzombese","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpurecloudlabs%2Fzombese/lists"}