Questions tagged [interactor-backend]

4 questions
0
votes
1 answer

Can I use the context as @context inside an interactor class?

In some interactors, several functions are defined to be used in call function (I'm not using utility for organize such functions). Is it fine to use @context instead of context in this situation? Ref URL:…
0
votes
1 answer

Reading file using file.read logic in Interactor

[interactor] workspace-test > run file.read /Users/mycomputer/Desktop/test.txt :enoent [interactor] workspace-test > Above is what I get when I run file.read logic. Q1. What does the error message :enoent mean? Q2. How can I check whether…
0
votes
1 answer

how to delete workspace in interactor?

I went to system menu but could not find delete function for workspaces. Help ? to get possible command options but could not find a function for deleting workspace. I couldn't locate delete function within the workspace as well. Help ? within the…
0
votes
1 answer

Setup a P2P network using Interactor backend

From what I've read so far, Interactor offers flexible, simplified configuration for a client-server acrchitecture. But what if you want your network to be P2P? Off the top of my head, I could make all nodes servers and clients, but it doesn't feel…