J
J
jtag2017-05-23 07:23:14
HTML
jtag, 2017-05-23 07:23:14

What are the advantages of sites on node.js?

Why develop sites on node.js, unlike regular web sites?

Answer the question

In order to leave comments, you need to log in

3 answer(s)
V
Vasily Nazarov, 2017-05-23
@vnaz

Few people make "regular sites" on Node.js. Make server applications. Some special advantages live mainly in the minds of the creators.

K
Konstantin Kitmanov, 2017-05-23
@k12th

  • Isomorphic applications and SSR. We want a very dynamic website that is almost entirely rendered on the client, but spiders still don't know how to use JS, and people have to wait a long time for the site to render. The way out is to render HTML on the server with the same code as on the client. There are alternatives, of course, but on nodejs it looks the easiest.
    Well, yes, it's a matter of taste and knowledge :) I can make a website in PHP, Python and C#, but I won't. For why, if nodejs handles exactly the same, and I will write the code orders of magnitude faster.

E
Egor Zhivagin, 2017-05-23
@Krasnodar_etc

Why develop sites in php, unlike regular web sites?
Why develop sites in Ruby, as opposed to regular web sites?
...
Not for what)) I, for example, am a front-end. I know JS well, but I have a bad attitude towards php and CMS. I want to make a website with a database and an admin panel. The nicest way out is Node.js.
Or I'm a coder and I'm tired of writing css and inserting the same html for the menu in the code of each page. I'm installing Node.js + gulp on my PC and learning how to use it.
If you are talking about the advantages of Noda over php, for example, then you need to go to Google for this. I write in Node because it's closer to me.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question