Hello,
I try to implement "DropBox" function, mentioned in this paper
https://dl.acm.org/doi/10.1145/3452296.3472919
,and I think it needs to use "Client-Side APIs" in "Browzer" function, which runs on one BentoServer and upload "DropBox" function to the others(BentoServer).
But because of this, the environment instance can't see the Client-side APIs, I can't use the api like send_store_request(self, name, code)" in "Browzer" function to install "DropBox" function on another BentoServer.
I think it needs to change the container environment, but I'm not sure what should I do...
What can i do to fix it?
Thank you very much in advance.
Hello,
I try to implement "DropBox" function, mentioned in this paper
https://dl.acm.org/doi/10.1145/3452296.3472919
,and I think it needs to use "Client-Side APIs" in "Browzer" function, which runs on one BentoServer and upload "DropBox" function to the others(BentoServer).
But because of this, the environment instance can't see the Client-side APIs, I can't use the api like
send_store_request(self, name, code)"in "Browzer" function to install "DropBox" function on another BentoServer.I think it needs to change the container environment, but I'm not sure what should I do...
What can i do to fix it?
Thank you very much in advance.