I really love the laravel approach like all the batteries to implement nearly anything you want out of the box
From queues to auth, etc,
I am planning to rewrite a current project based on t3 stack. i really loved it, but things are getting too complex, so i want to break to backend and frontend separation type of thing
Just wanted to get your views on nest js for the backend i hate the syntax though i would have loved to use express js but just that i want something close to the,DX t3 stack provides but regular rest api based and TypeScript
Also, websockets, web hooks, and queues are very much present on it and one of the reasons i am moving of the t3 stack.