Closed Raynos closed 4 years ago
Yes and dnode is not the only RPC implementation.
Wildcard aims to be simple whereas other solutions are convoluted and not ergonomic.
Let me know if there is anything you dislike about Wildcard and like about alternatives. I'm curious.
What did you end up using? Did you find an alternative to Wildcard that you prefer? I'm curious :)
Oh, I don’t use RPC at the moment.
App <=> server communication is HTTP 1.1 with tearlike apis.
I’ve used tchannel in the past for RPC and would also look at using grpc / protobuf. But I don’t need RPC at the moment
These are great for cross-platform communication. Wildcard is basically RPC well-polished for browser-side <-> Node.js. Simpler and supports use cases that are unique to full-stack JS, such as TS and SSR.
Let me know if you have any other question.
This is a cool idea,
I used https://github.com/substack/dnode in the past to achieve this.
Have you looked at dnode ?