Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript How important is Node.js for a front-end designer?

  • This topic is empty.
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #42029
    mrtwebdesign
    Member

    I make custom themes. HTML, CSS and some Javascript. I rarely write my own js. I usually use as little a possible and add libraries and plugins for specific functionality. If it’s fancy I try to do it in PHP, HTML or CSS first.
    I’m running across more javascript libraries that are installed as node.js components.

    My question is.. do I bite the bullet and learn the whole node.js on the server thing.. or just stick to js files I can link to old-school? I have lots of work right now and I’m not looking for a long detour.

    #121155
    Andy Howells
    Participant

    Node.JS is something all the cool kids are doing. In the real world of client work there is nothing wrong with just having vanilla scripts or calling in specific libraries.

    Node.JS is really intended for applications rather than front end sites, or those that need to do quite a lot of scripting, realistically, does anyone need that for a standard website? Not really, PHP/HTML/CSS and regular JS do the trick.

    #121183
    mrtwebdesign
    Member

    or.. as equally unimportant as Ruby/Python, etc, to a front-end designer. I’ll use it when I need to. It appears that the javascripts in question are being added as a component of node.js out of convenience. I learn as I go and I will learn it eventually. For now I think I’ll just add what I need with a script tag.
    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘JavaScript’ is closed to new topics and replies.