• @el_programmadorOP
    link
    2
    edit-2
    2 years ago

    There is a popular framework for using JavaScript to write backend applications, which is called Node.js.

    A small nitpick but Node.js is technically a JS runtime (built with V7 engine), not a framework. Express.js is the actual framework that runs on Node.js.