{"id":35015275,"url":"https://github.com/metacall/landing-page","last_synced_at":"2025-12-27T05:18:40.544Z","repository":{"id":49146181,"uuid":"368553282","full_name":"metacall/landing-page","owner":"metacall","description":"Repository containing the landing page for MetaCall Core project.","archived":false,"fork":false,"pushed_at":"2024-03-25T21:25:11.000Z","size":24033,"stargazers_count":5,"open_issues_count":0,"forks_count":4,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-03-26T21:53:42.627Z","etag":null,"topics":["core","landing","metacall","page","website"],"latest_commit_sha":null,"homepage":"https://core.metacall.io","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/metacall.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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}},"created_at":"2021-05-18T14:06:38.000Z","updated_at":"2024-03-26T21:53:42.627Z","dependencies_parsed_at":"2024-03-30T23:15:16.977Z","dependency_job_id":null,"html_url":"https://github.com/metacall/landing-page","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/metacall/landing-page","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metacall%2Flanding-page","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metacall%2Flanding-page/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metacall%2Flanding-page/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metacall%2Flanding-page/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/metacall","download_url":"https://codeload.github.com/metacall/landing-page/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/metacall%2Flanding-page/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28072856,"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","status":"online","status_checked_at":"2025-12-27T02:00:05.897Z","response_time":58,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["core","landing","metacall","page","website"],"created_at":"2025-12-27T05:18:36.204Z","updated_at":"2025-12-27T05:18:40.534Z","avatar_url":"https://github.com/metacall.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003ca href=\"https://metacall.io\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/metacall/core/develop/deploy/images/logo.png\" alt=\"METACALL\" style=\"max-width:100%; margin: 0 auto;\" width=\"80\" height=\"80\"\u003e\u003c/a\u003e\n  \u003ch1\u003e\u003cb\u003eMetaCall Polyglot Runtime\u003c/b\u003e\u003c/h1\u003e\n  \u003ca href=\"https://metacall.io\" {docsify-ignore}\u003eMetaCall.io\u003c/a\u003e |\n  \u003ca href=\"/#/README?id=install\"\u003eInstall\u003c/a\u003e |\n  \u003ca href=\"/#/docs/docs\"\u003eDocs\u003c/a\u003e\n\u003c/div\u003e\n\u003cdiv id=\"badges\" align=\"center\"\u003e\n  \u003ca href=\"https://t.me/joinchat/BMSVbBatp0Vi4s5l4VgUgg\" alt=\"Discord\"\u003e\n    \u003cimg src=\"https://img.shields.io/static/v1?label=metacall\u0026message=join\u0026color=blue\u0026logo=telegram\u0026style=flat\" /\u003e\u003c/a\u003e\n\n  \u003ca href=\"https://discord.gg/upwP4mwJWa\" alt=\"Discord\"\u003e\n    \u003cimg src=\"https://img.shields.io/discord/781987805974757426?label=discord\u0026style=flat\" /\u003e\u003c/a\u003e\n\n  \u003ca href=\"https://matrix.to/#/#metacall:matrix.org\" alt=\"Matrix\"\u003e\n    \u003cimg src=\"https://img.shields.io/matrix/metacall:matrix.org?label=matrix\u0026style=flat\" /\u003e\u003c/a\u003e\n\n  \u003ca href=\"https://twitter.com/metacallio\" alt=\"Twitter\"\u003e\n    \u003cimg src=\"https://img.shields.io/twitter/follow/metacallio?label=MetaCall\" /\u003e\u003c/a\u003e\n\n\u003ca href=\"https://medium.com/@metacall/call-functions-methods-or-procedures-between-programming-languages-with-metacall-58cfece35d7\" target=\"_blank\"\u003e\u003cimg src=\"https://raw.githubusercontent.com/metacall/core/develop/deploy/images/overview.png\" alt=\"M E T A C A L L\" style=\"max-width:100%; margin: 0 auto;\" width=\"350\" height=\"auto\"\u003e\u003c/a\u003e\n\n\u003c/div\u003e\n\n**MetaCall** allows calling functions, methods or procedures between multiple programming languages.\n\n`sum.py`\n\n```python\ndef sum(a, b):\n  return a + b\n```\n\n`main.js`\n\n```javascript\nconst { sum } = require(\"./sum.py\");\n\nsum(3, 4); // 7\n```\n\n`shell`\n\n```sh\nmetacall main.js\n```\n\n**MetaCall** is a extensible, embeddable and interoperable cross-platform polyglot runtime. It supports NodeJS, Vanilla JavaScript, TypeScript, Python, Ruby, C#, Go, C, C++, Rust, D, Cobol [and more](/docs/docs.md#_2-language-support).\n\n## Install\n\nThe easiest way to install **MetaCall** is the following:\n\n```sh\ncurl -sL https://raw.githubusercontent.com/metacall/install/master/install.sh | sh\n```\n\nFor more information about other install methodologies and platforms or Docker, check the [install documentation](/docs/docs.md#_41-installation).\n\n## Examples\n\nYou can find a complete [list of examples in the documentation](/docs/docs.md#_43-examples). If you are interested in submitting new examples, please [contact us in our chats](/docs/community.md#community).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetacall%2Flanding-page","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmetacall%2Flanding-page","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmetacall%2Flanding-page/lists"}