{"id":18698428,"url":"https://github.com/plurid/opject","last_synced_at":"2025-10-16T05:42:09.653Z","repository":{"id":57137317,"uuid":"358327998","full_name":"plurid/opject","owner":"plurid","description":"Object Passing Library","archived":false,"fork":false,"pushed_at":"2023-04-26T13:45:06.000Z","size":1488,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-15T05:02:47.344Z","etag":null,"topics":["network","objects"],"latest_commit_sha":null,"homepage":"https://plurid.com/opject","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/plurid.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":"2021-04-15T16:41:50.000Z","updated_at":"2022-09-28T10:58:12.000Z","dependencies_parsed_at":"2024-09-30T08:40:34.940Z","dependency_job_id":null,"html_url":"https://github.com/plurid/opject","commit_stats":{"total_commits":98,"total_committers":1,"mean_commits":98.0,"dds":0.0,"last_synced_commit":"97ae23bbe7d3be1cd05195fa69f3977a3eb3261f"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plurid%2Fopject","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plurid%2Fopject/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plurid%2Fopject/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/plurid%2Fopject/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/plurid","download_url":"https://codeload.github.com/plurid/opject/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239558934,"owners_count":19658934,"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":["network","objects"],"created_at":"2024-11-07T11:28:18.304Z","updated_at":"2025-10-16T05:42:04.581Z","avatar_url":"https://github.com/plurid.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/plurid/opject/master/about/identity/opject-logo.png\" height=\"250px\"\u003e\n    \u003cbr /\u003e\n    \u003cbr /\u003e\n    \u003ca target=\"_blank\" href=\"https://github.com/plurid/opject/blob/master/LICENSE\"\u003e\n        \u003cimg src=\"https://img.shields.io/badge/license-DEL-blue.svg?colorB=1380C3\u0026style=for-the-badge\" alt=\"License: DEL\"\u003e\n    \u003c/a\u003e\n\u003c/p\u003e\n\n\n\n\u003ch1 align=\"center\"\u003e\n    opject\n\u003c/h1\u003e\n\n\n\u003ch3 align=\"center\"\u003e\n    Object Passing Library\n\u003c/h3\u003e\n\n\n\n### Contents\n\n+ [About](#about)\n+ [Packages](#packages)\n+ [Codeophon](#codeophon)\n\n\n\n## About\n\n`opject` is a specification and implementation for passing `object`s through the network.\n\nAn `object` is a self-contained piece of code.\n\nThe passing of the object through the network is obtained in 2 steps:\n\n+ a registered object is requested by the `opject client` from the `opject server`;\n+ the `opject client` instantiates or runs in a virtual machine the received object.\n\n`opject` has clients for\n\n+ [`NodeJS`](https://github.com/plurid/opject/tree/master/packages/javascript/opject-client)\n+ [`Python`](https://github.com/plurid/opject/tree/master/packages/python/opject-client)\n\nThe `opject server` can serve any kind of object. However, depending on the preferred language, a specific `opject server` can be used for\n\n+ [`NodeJS`](https://github.com/plurid/opject/tree/master/packages/javascript/opject-server)\n+ [`Python`](https://github.com/plurid/opject/tree/master/packages/python/opject-server)\n\nThe [`opject registry`](https://github.com/plurid/opject/tree/master/packages/registry) grants extended functionality through a web interface. The registry can be self-hosted or [cloud-hosted](https://opject.plurid.cloud).\n\n\n\n## Packages\n\n\u003ca target=\"_blank\" href=\"https://www.npmjs.com/package/@plurid/opject-client\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/@plurid/opject-client.svg?logo=npm\u0026colorB=1380C3\u0026style=for-the-badge\" alt=\"Version\"\u003e\n\u003c/a\u003e\n\n[@plurid/opject-client-javascript][opject-client-javascript] • `JavaScript` opject client\n\n[opject-client-javascript]: https://github.com/plurid/opject/tree/master/packages/javascript/opject-client\n\n\n\u003ca target=\"_blank\" href=\"https://www.npmjs.com/package/@plurid/opject-server\"\u003e\n    \u003cimg src=\"https://img.shields.io/npm/v/@plurid/opject-server.svg?logo=npm\u0026colorB=1380C3\u0026style=for-the-badge\" alt=\"Version\"\u003e\n\u003c/a\u003e\n\n[@plurid/opject-server-javascript][opject-server-javascript] • `JavaScript` opject server\n\n[opject-server-javascript]: https://github.com/plurid/opject/tree/master/packages/javascript/opject-server\n\n\n\n\u003ca target=\"_blank\" href=\"https://pypi.org/project/opject-client\"\u003e\n    \u003cimg src=\"https://img.shields.io/pypi/v/opject-client.svg?logo=pypi\u0026colorB=1380C3\u0026style=for-the-badge\" alt=\"Version\"\u003e\n\u003c/a\u003e\n\n[@plurid/opject-client-python][opject-client-python] • `Python` opject client\n\n[opject-client-python]: https://github.com/plurid/opject/tree/master/packages/python/opject-client\n\n\n\u003ca target=\"_blank\" href=\"https://pypi.org/project/opject-server\"\u003e\n    \u003cimg src=\"https://img.shields.io/pypi/v/opject-server.svg?logo=pypi\u0026colorB=1380C3\u0026style=for-the-badge\" alt=\"Version\"\u003e\n\u003c/a\u003e\n\n[@plurid/opject-server-python][opject-server-python] • `Python` opject server\n\n[opject-server-python]: https://github.com/plurid/opject/tree/master/packages/python/opject-server\n\n\n\n## [Codeophon](https://github.com/ly3xqhl8g9/codeophon)\n\n+ licensing: [delicense](https://github.com/ly3xqhl8g9/delicense)\n+ versioning: [αver](https://github.com/ly3xqhl8g9/alpha-versioning)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplurid%2Fopject","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fplurid%2Fopject","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fplurid%2Fopject/lists"}