Usages of Node.js - What obstacles is it aiming to provide a ramp for?

后端 未结 6 2371
执笔经年
执笔经年 2020-12-05 09:15

I\'m trying to get my head around where Node fits in. It\'s niche, so to say... What obstacles is Node aiming to provide a ramp for?

I\'ve read through the examples

6条回答
  •  無奈伤痛
    2020-12-05 09:44

    It's a good question! As you said, coding with Node is fast and simple. It's not the only fast and simple tool out there, though, so what makes it unique? I look forward to the other answers!

    My contribution: one of the advatanges of using Node, is that you can write both your client-side and your server-side code in JavaScript. This gives you a margin of code reusability you wouldn't have otherwise.

提交回复
热议问题