由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - Farewell NodeJs
相关主题
尼玛 callback 真是反人类C佳佳确实过时了
写thread safe程序现在也是程序员必须要掌握的了吧想学前端开发,有什么起步的例子吗?
Node.js 并发模型相关:closure 中 access mutable variablenodejs cluster和vert.x比较怎么样?
用了一下node.js, 看来js要一同天下啊,只要那些人你不是逗我吧,.net core居然要用npm及其各种package?
不要小看js请问如何用Python+HTML5调用Mongodb? Any tips are welcome!
nodejs到底有啥好的?大牛给解释解释?有做类似淘宝或ebay的购物平台 github项目或开源框架吗?
go真是好东西感觉c挺有一丝的嘛
想做UX Designer的女生学什么语言好?node callback的误解
相关话题的讨论汇总
话题: farewell话题: nodejs话题: grail话题: node话题: promise
进入Programming版参与讨论
1 (共1页)
l**********n
发帖数: 8443
c******o
发帖数: 1277
p*****2
发帖数: 21240
3

node的发展确实不尽如人意

【在 l**********n 的大作中提到】
: https://medium.com/code-adventures/farewell-node-js-4ba9e7f3e52b
N*****m
发帖数: 42603
4
跟io.js的政治斗争结束了

【在 p*****2 的大作中提到】
:
: node的发展确实不尽如人意

b***e
发帖数: 1419
5
Lol, dude, this article was from last July, and I don't think the opinion
of a young dude with a lip pierce means any shit to node.js. That being
said, I know who he is and I actually like him a lot.

【在 l**********n 的大作中提到】
: https://medium.com/code-adventures/farewell-node-js-4ba9e7f3e52b
l**********n
发帖数: 8443
6
I don't like go. but what he said is true. node is not good at multi-
threading, for example, computationally intensive work that need be split
into multiple thread. with generator, it can solve some of the problem.
writing cooperative work in single thread is not convenient. for example,
it is not easy to make decision or split the path with promise. promise is
linear

【在 b***e 的大作中提到】
: Lol, dude, this article was from last July, and I don't think the opinion
: of a young dude with a lip pierce means any shit to node.js. That being
: said, I know who he is and I actually like him a lot.

c*********e
发帖数: 16335
7
不是有callback吗?node.js的real-time, chat功能我正在准备实现。哪天写个chat
room出来。

【在 l**********n 的大作中提到】
: I don't like go. but what he said is true. node is not good at multi-
: threading, for example, computationally intensive work that need be split
: into multiple thread. with generator, it can solve some of the problem.
: writing cooperative work in single thread is not convenient. for example,
: it is not easy to make decision or split the path with promise. promise is
: linear

b***e
发帖数: 1419
8
Sure, points well taken. But I never expected node to be the holy grail.
In fact it is probably less of a holy grail than Java. It's about
productivity in certain types of tasks and people don't have to be too smart
to realize that.

【在 l**********n 的大作中提到】
: I don't like go. but what he said is true. node is not good at multi-
: threading, for example, computationally intensive work that need be split
: into multiple thread. with generator, it can solve some of the problem.
: writing cooperative work in single thread is not convenient. for example,
: it is not easy to make decision or split the path with promise. promise is
: linear

1 (共1页)
进入Programming版参与讨论
相关主题
node callback的误解不要小看js
感觉vert.x上的callback hell比node上还要更丑陋nodejs到底有啥好的?大牛给解释解释?
angular Q: promise chain vs async waterfallgo真是好东西
node promise发出reject之后,是不是只能hit catch block ?想做UX Designer的女生学什么语言好?
尼玛 callback 真是反人类C佳佳确实过时了
写thread safe程序现在也是程序员必须要掌握的了吧想学前端开发,有什么起步的例子吗?
Node.js 并发模型相关:closure 中 access mutable variablenodejs cluster和vert.x比较怎么样?
用了一下node.js, 看来js要一同天下啊,只要那些人你不是逗我吧,.net core居然要用npm及其各种package?
相关话题的讨论汇总
话题: farewell话题: nodejs话题: grail话题: node话题: promise