Amir Salihefendic 演講: Comet with node.js 影片 與 筆記

12/29 TOSSUG 的活動 - Amir Salihefendic: Comet with node.js (下述簡介轉載自此文)

node.js [1] 是個架在 Google V8 Javascript 引擎之上的事件驅動式的輸入輸出模組(evented I/O)[2]。V8 是最快的 Javascript 虛擬機之一,node.js 用最佳的方法利用了 V8。

講者將會介紹 node.js 和實作 Comet 型態 [3] 的 chat 的實例。

  1. node.js 
  2. evented I/O: 用 event 和 callback 而不用 multi-thread 實作 server 的方式,twisted 是知名的一個這樣實作出來的 web server。
  3. comet: 一種讓 web server 可以把資料 push 到瀏覽器的做法,見 Comet_(programming)

閱讀全文〈Amir Salihefendic 演講: Comet with node.js 影片 與 筆記〉