Query about advanced examples of @effect/rpc and @effect/rpc-http
I am building a new application from scratch and I am really enjoying the effect ecosystem. I saw that there is
@effect/rpc and @effect/rpc-http. Are these a viable replacement for express? I found a simple example in the effect repo (https://github.com/Effect-TS/effect/tree/main/packages/rpc-http/examples). Are there advanced examples out there?