7

Finally started to learn Node.js and actually set up a small server with node and express and ejs, it honestly works nice but requires so many small things that take a bit to set up, while an apache server running PHP and Mysql would take me 5 minutes max to set up, but either way still trying to make that transition.

Comments
  • 2
    You will get used to it :)
  • 1
    For me, installing PHP, nginx (I don't like apache) and configuring both to run smoothly takes more time than just installing node, cloning my repo and running npm install && npm start
  • 1
    Check out SailsJS
  • 1
    @CallMeAny check out async / await in node 8 ☺
  • 1
    @wildcard yep that npm install part is usually when I go for a cigarette, a coffee and a few youtube videos
Add Comment