background preloader

Node.js javascript côté serveur

Facebook Twitter

Building a Full Stack Web App Using Node &Angular - Tuts+ Code Tutorials. Node.js. Node's most valuable feature is the friendly and colorful community of developers. There are many places where this group congregates on the internet. This page attempts to highlight the best forums. GitHub All development takes place at github.com/joyent/node. This is where discussion regarding core development occurs. If you are interested in contributing to Node.js, please first read the contribution guide. Periodicals Node.js Weekly is an email list that gathers up the latest events and news from around the Node.js community. Planet Node is an aggregator of Node developer blogs. NodeUp is a podcast covering the latest Node news in the community. NodeJS Reactions captures the Node.js experience in the form of animated GIFs. For real-time chat about Node development go to irc.freenode.net in the #node.js channel with an IRC client or connect in your web browser to the channel using freenode's WebChat.

Node.js. Node.js v0.10.12 Manual. Des applications ultra-rapides avec Node.js. Nodejs. Nodejs est un logiciel permettant d'exécuter du JavaScript côté serveur, contrairement à ce qu'on a l'habitude de voir avec le javascript côté client.

L'avantage d'utiliser Nodejs est que javascript permet l'éxécution de tâches asynchrones, ce qui peut être pratique dans certaines situations. C'est de plus en plus souvent le cas avec le « nouveau » web qui arrive (html5/css3, etc.). De plus, Nodejs permet de créer des applications « serveur » facilement grâce à des applications tierces qu'il prend en charge via un logiciel similaire à un gestionnaire de paquets. Pré-requis Disposer d'une connexion à Internet configurée et activée. Installation Depuis les dépôts officiels Résumé en ligne de commande Le résumé, à saisir dans un terminal, utilise ici la commande apt-get : sudo apt-get update sudo apt-get install nodejs npm Si vous souhaitez compiler des projets avec Nodejs il vous faudra installer nodejs-dev.

Depuis un PPA curl -sL | sudo bash - sudo apt-get update.