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
adonisjs
i dont remember any framework or cli tool to start a pure backend project
Got it, any packages you would recommend installing on day one for back end?
most frameworks have their ecosystem
nestjs has its related libs
same for adonisjs
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?
Nest is a solid one
Is on the verbose side of things
Not abismal to use
Will try it out. Thanks for your help!
Try hono instead of express / nest. Its much faster with better TS support - hono.dev