Software Alternatives & Reviews

Intro to node and npm

Node.js Visual Studio Code Atom
  1. Node.js is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications
    You can download node from https://nodejs.org/en/ You could also run it within a container, ex. By running docker run --rm -it node:lts bash (assuming you have docker installed).

    #Runtime #JavaScript Runtime #JavaScript 785 social mentions

  2. Build and debug modern web and cloud applications, by Microsoft
    Pricing:
    • Open Source
    Free one and providing very similar experience: https://code.visualstudio.com/.

    #Text Editors #IDE #Software Development 1008 social mentions

  3. 3
    At GitHub, we’re building the text editor we’ve always wanted: hackable to the core, but approachable on the first day without ever touching a config file. We can’t wait to see what you build with it.
    There are many other IDE's available (ex. https://atom.io/ which is written using node, javascript and npm).

    #Text Editors #IDE #Software Development 152 social mentions

Discuss: Intro to node and npm

Log in or Post with