Replies: 2 comments 8 replies
-
|
Hi, thanks for the question. You may want to try this example https://github.com/ergo-services/ergo/tree/master/examples/genserver gen.ServerProcess has methods Cast and Call |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
in Erlang/Elixir and in Ergo as well, making any requests (sending a message, to be specific) can be done by the process only, which can exist only within a node. There is no other way (like "client-library"). |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
How do i connect to the remote node using Golang? I do not see any examples of that.
For e.g. i can do in elixir like this
So I want to do the same from golang to connect to the remote node and run a function
Beta Was this translation helpful? Give feedback.
All reactions