Hi, after discovering JSRPC I have a few questions. I have a few unclear points about it. Is the sim
Hi, after discovering JSRPC I have a few questions. I have a few unclear points about it. Is the simple fact of putting functions that extend WorkerEntrypoint enough to create a kind of "sub-function"? In the RPC documentation on Cloudflare, there is mention of Worker A and Worker B with a configuration in wrangler.toml. I don't quite understand how to set this up. Does this mean that I have to recreate a project to create another worker that I associate with my main worker (my API), or have I misunderstood the usage? Another quick question: is it good practice to put all my controllers used for route logic after validating the query format, or do I really need to set aside more demanding functions using RPC?

