##Using libuv and http-parser to build a webserver
Ryan Dahl, @ryah
http://vimeo.com/24713213
Source, Part I: http://t.co/utoIM93
Source, Part II: http://bit.ly/iBgnIA
##Node.js on windows
Bert Belder
http://2bs.nl/nodecamp.pdf
| <!DOCTYPE html> | |
| <title>Live chat</title> | |
| <style> | |
| #chatHistory { | |
| width: 500px; | |
| background: black; | |
| color: white; | |
| padding: 10px; | |
| font-size: 16px; | |
| height: 500px; |
| /* | |
| Script to download all google fonts and name them with FVD-based filenames | |
| - e.g. Rock_Salt.n4.ttf, Open_Sans.i7.ttf | |
| */ | |
| var https = require('https'); | |
| var http = require('http'); | |
| var fs = require('fs'); | |
| var async = require('async'); | |
| var key = 'XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX'; // google fonts api server-only key |
##Using libuv and http-parser to build a webserver
Ryan Dahl, @ryah
http://vimeo.com/24713213
Source, Part I: http://t.co/utoIM93
Source, Part II: http://bit.ly/iBgnIA
##Node.js on windows
Bert Belder
http://2bs.nl/nodecamp.pdf
| { | |
| "name": "A", | |
| "version": "0.0.0", | |
| "dependencies": { | |
| "express": "> 0.0.0" | |
| } | |
| } |