DEV Community

KarmaBlackshaw
KarmaBlackshaw

Posted on

How do you structure your NodeJS application?

How do you structure your node application?

You can check how I do mine at Github. It includes:

  • 🚀 Auto import routes
  • 📂 Commands to generate routes, handlers, etc.
  • ✅ Validate env on boot
  • 🚦 Socket IO
  • ⚡ Redis
  • ⭐ Mysql
  • 📃 Logs
  • ⛏ Utilities

Let's share ideas :)

Top comments (0)