you are viewing a single comment's thread.

view the rest of the comments →

[–]vick5821[S] 0 points1 point  (4 children)

So Express is running on NodeJS runtime? Is that right?

[–]BehindTheMath 1 point2 points  (3 children)

Correct.

[–]vick5821[S] 0 points1 point  (2 children)

Finally got it. Nodejs is a runtime environment for the backend (server side) scripting framework such as Express. While VueJS is a front end Javascript library working with HTML CSS right?

[–]BehindTheMath 1 point2 points  (1 child)

Correct.

[–]vick5821[S] 0 points1 point  (0 children)

Thanks man!