Saturday, 23 May 2020

I'm not understanding the difference between Vue, Nodejs, Expressjs

I come from Python/Flask, and for the most part have usually built my projects using routing to serve HTML templates. This templates might have a bit of Vue to dynamically display data, elements, etc.Recently I picked up Nodejs and Express and for the most part it works identical to Python/Flask. Then I got curious about single page applications and how they fit in with backend servers.I found that Vue actually has a whole other capability for building SPAs. I downloaded the CLI and had a go initializing a basic SPA template, and found it also runs on Nodejs. So what exactly is the difference, and logically how does it work differently?Is there a good go-to tutorial for SPA+Backend Servers?

Submitted May 23, 2020 at 05:05PM by PyTec-Ari

No comments:

Post a Comment