opject-client

client for object passing


Keywords
network, objects
License
MIT
Install
pip install opject-client==0.0.0

Documentation



License: DEL

opject

Object Passing Library

Contents

About

opject is a specification and implementation for passing objects through the network.

An object is a self-contained piece of code.

The passing of the object through the network is obtained in 2 steps:

  • a registered object is requested by the opject client from the opject server;
  • the opject client instantiates or runs in a virtual machine the received object.

opject has clients for

The opject server can serve any kind of object. However, depending on the preferred language, a specific opject server can be used for

The opject registry grants extended functionality through a web interface. The registry can be self-hosted or cloud-hosted.

Packages

Version

@plurid/opject-client-javascript • JavaScript opject client

Version

@plurid/opject-server-javascript • JavaScript opject server

Version

@plurid/opject-client-python • Python opject client

Version

@plurid/opject-server-python • Python opject server

Codeophon