5
llijaz
2y

my client has the most ridiculous tech stack for displaying an admin ui website I've ever seen.

* They have a mssql as db (on a separate machine)
* node js backend followed by a nuxt js backend (why???)
* then a nginx and on yet another server an apache

Comments
  • 3
    Nuxt.js as backend? You must be mistaking something. Nuxt is frontend framework.
  • 2
    Sounds like different programmers and sys, and trust me, it's far far away from the most ridiculous stack
  • 1
    Good architecture always separates your DB from your application. Even better if it's on a private subnet.

    I can't argue the other two though, that's just madness.
  • 1
    @vintprox I believe newer versions of nuxt have a "backend" now.

    It's more middleware that lives with your node API.
  • 0
    There is still some stuff that requires specific webservers.
  • 1
    @vintprox a front end framework that can do server side rendering
  • 0
    @8lall0 i agree with u

    We never gonna stop finding ridiculous stacks
  • 0
    @ChristoPy it can. But for whatever reason I tried making API on it, which is garbage idea.
Add Comment