{"id":20358861,"url":"https://github.com/creativcoder/gsoc16","last_synced_at":"2025-04-12T03:23:38.816Z","repository":{"id":86195497,"uuid":"57404478","full_name":"creativcoder/gsoc16","owner":"creativcoder","description":"Notes and Implementation Roadmap for ServiceWorkers GSoC'16 Project","archived":false,"fork":false,"pushed_at":"2017-06-17T06:49:36.000Z","size":2275,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T22:51:33.471Z","etag":null,"topics":["gsoc-2016","promise","promises","rust","service-worker","servo","servo-browser"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mpl-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/creativcoder.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":"roadmap/week1.md","authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-04-29T18:19:14.000Z","updated_at":"2017-08-28T09:15:18.000Z","dependencies_parsed_at":"2023-03-13T08:57:49.207Z","dependency_job_id":null,"html_url":"https://github.com/creativcoder/gsoc16","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/creativcoder%2Fgsoc16","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativcoder%2Fgsoc16/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativcoder%2Fgsoc16/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/creativcoder%2Fgsoc16/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/creativcoder","download_url":"https://codeload.github.com/creativcoder/gsoc16/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248510875,"owners_count":21116297,"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":["gsoc-2016","promise","promises","rust","service-worker","servo","servo-browser"],"created_at":"2024-11-14T23:29:13.720Z","updated_at":"2025-04-12T03:23:38.809Z","avatar_url":"https://github.com/creativcoder.png","language":null,"readme":"## Project Overview\n\nImplementing Service Worker infrastructure in Servo Browser Engine.\n\nThis project aims to implement the foundations necessary for the Service Workers Api in [Servo Browser Engine](https://github.com/servo/servo). The implementation as of now is a non-standard, which does not mandate the use of promises as Promises api hasn't landed in Servo yet, also the Cache and Notification Api is not implemented due to same reason.\n\n* [Servo Project Wiki](https://github.com/servo/servo/wiki/Summer-of-Code-2016:-ServiceWorker-infrastructure)\n* [Mozilla Proposals Page](https://summerofcode.withgoogle.com/organizations/5256839985889280/#4504639135285248)\n\nThe end goal of the project is to make basic service worker DOM Api's available on Servo browser; to allow registration of Service Workers and to be able to make them run when navigated to that scope.\n\nThe following api's are available on servo to interact with Service Workers:\n\n* ServiceWorkerContainer : i.e., `navigator.serviceWorker` on the navigator dom object.\n\n* ServiceWorkerRegistration\n\n* ServiceWorkerGlobalScope\n\n* ServiceWorker\n\n## Blog posts\n\n* [Basic Service Worker support lands in Servo](https://creativcoder.github.io/post/service_workers_servo/)\n* [Post community bonding period with Servo](https://creativcoder.github.io/post/community_bonding_gsoc_servo/)\n* [Introduction to Service Workers](https://creativcoder.github.io/post/service_workers_web/)\n* [GSoC begins with Servo](https://creativcoder.github.io/post/gsoc16_begins/)\n\n## Related Pull Requests\n\n* [Interface for Custom Responses](https://github.com/servo/servo/pull/10961) Merged\n* [Implement related Service Worker interface and Register method](https://github.com/servo/servo/pull/11114) Merged\n* [Integrate Service worker manager thread](https://github.com/servo/servo/pull/11727) Merged\n* [Remove expect calls in service worker manager thread](https://github.com/servo/servo/pull/12518) Merged\n* [Bring back run_with_memory_reporting in serviceworkerglobalscope](https://github.com/servo/servo/pull/12557) Merged\n* [Make the service worker send custom response](https://github.com/servo/servo/pull/12582) Merged\n* [Dispatch lifecycle events to service worker object and refactor html tests](https://github.com/servo/servo/pull/12682) Merged\n* [Implement postMessage for ServiceWorkers](https://github.com/servo/servo/pull/12910) Merged\n* [Implement ExtendableEvent as base type for ServiceWorker events](https://github.com/servo/servo/pull/13292) Merged\n* [Implement abstraction of a Job Queue](https://github.com/servo/servo/pull/13574) Merged\n\n## Service Worker Design overview\n\n* [Design_overview](design_overview/README.md)\n\n## Meta Project Tracker\n\n* [Implement Service Workers API](https://github.com/servo/servo/issues/11091)\n\n## Live Issues\n\n* Implement FetchEvent interface\n* Implement Update algorithm - [#14263](https://github.com/servo/servo/issues/14263)\n\n## Test page for Servo specific Service Workers implementation\n\n* [gh-pages](https://github.com/creativcoder/gsoc16/tree/gh-pages)\n\n## Related Reads\n\n* [Service Workers Spec](https://github.com/slightlyoff/ServiceWorker)\n* [Servo Design Wiki](https://github.com/servo/servo/wiki/Design)\n\n\n## Talks presented during GSoC'16 period\n\n* [Contributing to Servo](https://opensource101.github.io/contributing_to_servo)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreativcoder%2Fgsoc16","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcreativcoder%2Fgsoc16","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcreativcoder%2Fgsoc16/lists"}