I'm using angular7
, Node.js
and mySQL
to 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)
Asked
Active
Viewed 245 times
1

computer tricks
- 344
- 1
- 2
- 10
-
2it seems 4 tier to me but usually, multi-tier architecture involves separate platform/system for each tier instead of on platform/system with different port. – Vipul Patil Jul 08 '20 at 13:24