Connecting to a Typescript JSON RPC server via a Go client
I have a typescript JSON RPC server and a Go client. I followed various tutorials to set up the server and client, however I’m having trouble communicating between the two.
I have a typescript JSON RPC server and a Go client. I followed various tutorials to set up the server and client, however I’m having trouble communicating between the two.