Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[prototype] RPC Implementation #1

Closed
3 tasks done
thezzisu opened this issue May 26, 2022 · 0 comments · Fixed by #4
Closed
3 tasks done

[prototype] RPC Implementation #1

thezzisu opened this issue May 26, 2022 · 0 comments · Fixed by #4

Comments

@thezzisu
Copy link
Owner

thezzisu commented May 26, 2022

  • call: call a remote function and return its result
  • exec: call a remote function and return after invocation
  • subscribe: subscribe to a remote event source

Since chi is designed to work in a local system, message channels between two RPC endpoints is considered reliable,
and we should prioritize the simplicity and speed of the implementation.

Code can be found in packages/core/rpc.

@thezzisu thezzisu linked a pull request May 27, 2022 that will close this issue
thezzisu added a commit that referenced this issue May 28, 2022
* feat: refactor basic rpc functions

* feat: reimplemented basic rpc functions

* feat: implemented sub/pub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant