Backend equivalent to Create T3 App

Hi everyone, is there a backend equivalent to create T3 app for example with express/typescript/eslint installed? Thanks.
7 Replies
Neto
Neto11mo ago
deranged adonisjs i dont remember any framework or cli tool to start a pure backend project
Bryan3
Bryan311mo ago
Got it, any packages you would recommend installing on day one for back end?
Neto
Neto11mo ago
most frameworks have their ecosystem nestjs has its related libs same for adonisjs
Bryan3
Bryan311mo ago
Got it, would it be a good reason to choose Nest over Express or Fastify because of a more robust testing setup out of the box?
Neto
Neto11mo ago
Nest is a solid one Is on the verbose side of things Not abismal to use
Bryan3
Bryan311mo ago
Will try it out. Thanks for your help!
Matvey
Matvey11mo ago
Try hono instead of express / nest. Its much faster with better TS support - hono.dev