Hacker News new | ask | show | jobs
by stmblast 222 days ago
the type-safe infrastructure primitives are interesting, curious how it compares to something like effect or nestjs for actual production use
1 comments

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!