Best way to call a GO module function from the Typescript module

AFAIK there’s no way to communicate internally using different runtimes.
There’s a workaround that i’m thinking, maybe you can create an RPC endpoint on your GO runtime, then call it on typescript runtime utilizing nk.httpRequest for this?

2 Likes