EventMachine vs Node.js

前端 未结 5 1190
既然无缘
既然无缘 2021-01-30 04:21

I\'m going to develop a collaborative site, and one of the features will be collaborative editing with realtime changes. i.e. when two or more users are editing the same doc, th

5条回答
  •  独厮守ぢ
    2021-01-30 04:58

    a detailed view at confusion has already been proposed... just a personal view

    [] node.js will be better, if you are ready to learn and experiment more than you think because:

    • it's thread mechanism is awesome (inspired from that of 'erlang')

    • you can build a purpose specific server (easily) which will be real productive

提交回复
热议问题