why node.js makes me uncomfortable
I’ve always programmed with php for the web and during that time I’ve never needed to download packages (like npm) and update them. When I needed a specific function, like sending emails, uploading files or making my application drier, I just had to look at the documentation and implement it. But with node.js it doesn’t work like that, and that bothers me. If I’m wrong, please correct me

#programming

  • macniel@feddit.de
    link
    fedilink
    arrow-up
    1
    ·
    11 months ago

    You never used Composer or the like and always built on bare code base? You never used libraries?

    You can develop like that with nodejs and bun.sh as well. It’s just quite tedious just like in php.