{"id":28220902,"url":"https://github.com/morulus/quart","last_synced_at":"2025-07-18T06:36:21.336Z","repository":{"id":66348122,"uuid":"66169099","full_name":"morulus/quart","owner":"morulus","description":"API for build chrome extensions with remote methods between content and background","archived":false,"fork":false,"pushed_at":"2016-09-01T13:12:59.000Z","size":7,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-10T09:41:17.635Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/morulus.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,"zenodo":null}},"created_at":"2016-08-20T21:38:23.000Z","updated_at":"2016-08-20T21:39:47.000Z","dependencies_parsed_at":"2023-02-26T23:45:49.064Z","dependency_job_id":null,"html_url":"https://github.com/morulus/quart","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/morulus/quart","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morulus%2Fquart","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morulus%2Fquart/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morulus%2Fquart/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morulus%2Fquart/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/morulus","download_url":"https://codeload.github.com/morulus/quart/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/morulus%2Fquart/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265711165,"owners_count":23815484,"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":"2025-05-18T04:16:27.998Z","updated_at":"2025-07-18T06:36:21.320Z","avatar_url":"https://github.com/morulus.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Quart\n--\n\n# Getting started\nQuart - is an API, that helping to connect chrome extension's background script and page script via remote methods.\n\nBoth scripts should to pre-build through webpack or another bundler.\n\n## On content script\n```js\nvar Quart = require('quart').ContentScript;\nQuart.methods({\n\tsayHello: function(name) {\n\t\treturn 'Hello, '+name;\n\t}\n})\n```\n\n## On background script\n```js\nvar Quart = require('quart').BackgroundScript;\nQuart.call('sayHello', ['Quart'], function(err, result) {\n\tconsole.log('result'); // Hello, Quart\n});\n```\n\n## License\nMIT, 2016\n\n## Attention! Early development stage.\n**The code of library is very young. Minimum tests and practical usage. I'm not sure You should to use it in your extensions now.**\n\n## Author\nVladimir Kalmykov \u003cvladimirmorulus@gmail.com\u003e (http://github.com/morulus)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorulus%2Fquart","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmorulus%2Fquart","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmorulus%2Fquart/lists"}