the type-safe infrastructure primitives are interesting, curious how it compares to something like effect or nestjs for actual production use
the type-safe infrastructure primitives are interesting, curious how it compares to something like effect or nestjs for actual production use
Different scope. NestJS organizes app code, Effect does functional composition - both still need separate infra tooling. Encore handles services + infrastructure + deployment as one thing. You could use Effect/NestJS patterns inside Encore apps though. Happy to answer specifics!