Node.js, Ror or PHP?

Asked

Viewed 778 times

-3

Guys so far I only studied front-end, but I want now I want to make a complete application and for that I need knowledge to program the server.

I see several options of languages and frameworks and do not know if they all serve to do the same thing or not.

For example: Can I upload files using just one of each? And a CMS? And dynamic page generation?

  • Node.js as far as I know is aimed at real-time applications (think chats and multiplayer games).

  • @Piovezan this is not true. For example the Mootools website is made in Nodejs and there’s a lot of interesting stuff running on the server side. And you can for example use the library that was designed for Javascript on the server side (Nodejs)

2 answers

2


You can use several fines.

PHP is an option, for example, Wordpress is a CMS that uses PHP as a back-end. All that you are talking about can be done using php, just like other languages, you can use several types of language not need to be one.

I advise you to research about these frameworks (PHP, Node.js and etc) to know the advantages and disadvantages of each of them and which one will suit more to what you want to do.

Take a look here:

For more information on languages.

In my opinion PHP is the best, because it is simple to set up and simple to program. It can be suitable for everything concerning websites and also interacts with tags directly. Not to mention the documentation that is very complete and easy to understand, the community is also very large and very helpful, easy to get answers.

Node.js is very recent, it doesn’t mean it’s not good, but it might not be what you’re looking for.

1

I would choose PHP for the amount of documentation available on the internet, examples and tools to work with. Node.js is also very good, but as it is relatively new, the information is still few compared to PHP.

To PHP documentation is beautiful to find answers. Read it and get familiar with the language.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.