Inhaltsverzeichnis


... [ Seminar Programmiersprachen und virtuelle Maschinen ] ... [ node.js ] ... [ << Startseite ] ... [ Motivation >> ] ...
  1. Startseite
  2. Inhaltsverzeichnis
  3. Motivation
    1. Concurrency
    2. I/O Latency
  4. Konzepte & Funktionalitäten
    1. Event Loop
    2. Single-Threaded
    3. non-blocking I/O
    4. HTTP 1.1
    5. Protokollunterstützung
    6. CommonJS
  5. Architektur
    1. V8
    2. Thread Pool (libeio)
    3. Event Loop (libev)
    4. DNS (c-ares)
    5. Crypto (openSSL)
    6. Node Bindings
    7. Node Standard Library
  6. Ablaufbeispiel
  7. Anwendungsbeispiele
    1. Webserver
    2. Chat-Server
    3. Socket.io
    4. PubSub
    5. Comet
  8. Quellen

... [ Seminar Programmiersprachen und virtuelle Maschinen ] ... [ node.js ] ... [ << Startseite ] ... [ Motivation >> ] ...