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)