Javascript Serveur-side : Node-Js

TwitterFacebook
Get flash to fully experience Pearltrees
var net = require ( 'net' ); var server = net . createServer ( function ( socket ) { socket . write ( 'Echo server \r\n ' ); socket . pipe ( socket ); } ); server . listen ( 1337 , '127.0.0.1' ); A guided introduction to Node http://nodejs.org/#download

node.js

https://github.com/learnboost/node-canvas

LearnBoost/node-canvas - GitHub

If not previously installed, you will want to install the cairo graphics library version >= 1.8.6 first using the package manager available to you, or building from source . var Canvas = require ( 'canvas' ) , canvas = new Canvas ( 200 , 200 ) , ctx = canvas . getContext ( '2d' ); ctx . font = '30px Impact' ; ctx . rotate (. 1 ); ctx . fillText ( "Awesome!" , 50 , 100 ); var te = ctx . measureText ( 'Awesome!'

fab @ jsconf.eu '10 : un album sur Flickr

http://www.flickr.com/photos/tr4nslator/sets/72157624919090221/with/5029434014/ these are slides from my presentation at JSConf.eu '10 , an awesome conference made possible by @janl , @cramforce , and @hblank . feedback appreciated in the comments!