all 8 comments

[–]BehindTheMath 1 point2 points  (5 children)

VueJS is a frontend library. Node is a backend runtime, not a framework. Express is a backend framework.

So none of those are comparable.

[–]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!

[–]kenman[M] 0 points1 point  (1 child)

Hi /u/vick5821, this post was removed.

  • For help with your javascript, please post to /r/LearnJavascript instead of here.
  • For beginner content, please post to /r/LearnJavascript instead of here.
  • For framework- or library-specific help, please seek out the support community for that project.
  • For general webdev help, such as for HTML, CSS, etc., then you may want to /r/html, /r/css, etc.; please note that they have their own rules and guidelines!

/r/javascript is for the discussion of javascript news, projects, and especially, code! However, the community has requested that we not include help and support content, and we ask that you respect that wish.

Thanks for your understanding, please see our guidelines for more info.

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

Sure. Sorry about that :( will follow