Multi-tier architecture: Angular, Node.js and MySQL

268 Views Asked by At

I'm using angular7, Node.js and mySQLto create a platform, each one of them runs on a seperate port and I'm only using HTTP protocol , I'm really confused if it's a 3 tier architecture (client, web server, DB) or 4 tier architecture (client, web server, application server, DB)

0

There are 0 best solutions below