←back to thread

76 points andout_ | 2 comments | | HN request time: 0s | source
1. stmblast ◴[] No.45926087[source]
the type-safe infrastructure primitives are interesting, curious how it compares to something like effect or nestjs for actual production use
replies(1): >>45926095 #
2. andout_ ◴[] No.45926095[source]
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!