Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.

Node JS vs Python vs PHP

  • 27-06-2016 04:09PM
    #1
    Registered Users, Registered Users 2 Posts: 1,298
    ✭✭✭


    Recently started playing around with Node JS and Express on a backend of a small app and am finding it much easier. What's everyones opinions Node JS vs Python vs PHP... I know there are an absolute ton of backend languages but thought i'd concentrate on these and get some discussion going around the topic.


Comments

  • Registered Users, Registered Users 2 Posts: 1,275 bpmurray
    ✭✭✭


    Tiobe's list shows that Java and C are by far the most popular languages. However, I'm seeing more usage of Node as a backend recently, with very, very little Python or PHP. The move is towards "serverless" programming models, where the server side provides REST services and the front end handles all the dynamics of the GUI. So if you're looking to build some forward-looking programming skills, try Node with React,js, GraphQL and Apollo!


  • Registered Users, Registered Users 2 Posts: 6,951 Talisman
    ✭✭✭


    If you're only starting into Node now I would suggest you look at Koa as your web framework. It was created by the same people responsible for the Express framework, but it's forward looking with generator functions instead of callbacks.


Welcome!

It looks like you're new here. Sign in or register to get started.
Advertisement