remove CSS from RSS items
[HTML5TV.git] / media / JSConf.eu-Node.js / hCalendar.html
1 <!-- http://microformats.org/wiki/hcalendar-cheatsheet -->
2 <div class="vevent">
3  <span class="organiser">
4 Ryan Dahl
5  </span>
6  <span class="summary">
7 Node.js, Evented I/O for V8 Javascript
8  </span>
9  <a class="url" href="ihttp://jsconf.eu/2009/speaker/speakers_selected.html#entry-3356">JSConf.EU</a>,
10  <abbr class="dtstart" title="20091108">Sunday November 8th</abbr>
11  <div class="description">
12 Node.js, Evented I/O for V8 Javascript It is well known that event loops rather than threads are required for high-performance servers. Javascript is a language unencumbered of threads and designed specifically to be used with synchronous evented I/O, making it an attractive means of programming server software. Node.js ties together the V8 Javascript compiler with an event loop, a thread pool for making blocking system calls, and a carefully designed HTTP parser to provide a browser-like interface to creating fast server-side software. This talk will explain Node's design and how to get started with it.
13 <p>
14  </div>
15 </div>