DEV Community

Discussion on: How would you build a full stack Node.js web app today?

Collapse
 
mandaputtra profile image
Manda Putra

Express/Fastify, Nuxt/Angular/Markojs

I usually use nuxt with fastiy on one, Nuxt had the template, but that for simple one. If the apps got big enough I separate my apps. For fast realtime dev, i use Feathersjs.

Dont use typescript yet. 🤔 Should I? Never seen my use case in it.

For linter I use xojs. Simple no overwhelming setup.

Testing as usual, tap, assert, mocha, chai.

Just learning docker now, so maybe will include it later.

Collapse
 
markoa profile image
Marko Anastasov

The testing stack matters too! 💪