←back to thread

76 points andout_ | 1 comments | | HN request time: 0.201s | source
Show context
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 #
1. 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!