Node Web Development et plus d'un million d'autres livres sont disponibles pour le Kindle d'Amazon. En savoir plus


ou
Identifiez-vous pour activer la commande 1-Click.
Plus de choix
Vous l'avez déjà ? Vendez votre exemplaire ici
Désolé, cet article n'est pas disponible en
Image non disponible pour la
couleur :
Image non disponible

 
Commencez à lire Node Web Development sur votre Kindle en moins d'une minute.

Vous n'avez pas encore de Kindle ? Achetez-le ici ou téléchargez une application de lecture gratuite.

Node Web Development [Anglais] [Broché]

David Herron

Prix : EUR 23,37 LIVRAISON GRATUITE En savoir plus.
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
En stock, mais la livraison peut nécessiter jusqu'à 2 jours supplémentaires.
Expédié et vendu par Amazon. Emballage cadeau disponible.

Formats

Prix Amazon Neuf à partir de Occasion à partir de
Format Kindle EUR 10,09  
Broché EUR 23,37  
Il y a une édition plus récente de cet article:
Node Web Development Node Web Development
EUR 22,49
Bientôt disponible. Commandez-le maintenant et nous vous l'enverrons dès qu'il sera disponible.

Description de l'ouvrage

16 août 2011

A practical introduction to Node, the exciting new server-side JavaScript web development stack

  • Go from nothing to a database-backed web application in no time at all
  • Get started quickly with Node and discover that JavaScript is not just for browsers anymore
  • An introduction to server-side JavaScript with Node, the Connect and Express frameworks, and using SQL or MongoDB database back-end

In Detail

Node is an exciting new technology stack that brings JavaScript to the server-side of web applications for the first time. Node means that JavaScript is no longer just for browsers. It's for web application development, it's for developing any internet protocol, it's for the real-time web, it's for command line scripts, and much more.

Node Web Development gives you an excellent starting point straight into the heart of developing server side web applications with node. You will learn, through practical examples, how to use the HTTP Server and Client objects, the Connect and Express application frameworks, the algorithms for asynchronous execution, and use both SQL and MongoDB databases.

This book is the ideal companion for getting started with Node. Starting with practical advice on installing Node for both development and application deployment, you will learn how to develop both HTTP Server and Client applications. Many different ways of working with Node are shown, including using database storage engines in applications and developing websites both with and without the Connect/Express web application framework. You will also get an introduction to Node's CommonJS module system allowing you to implement an important subset of object-oriented design.

What you will learn from this book

  • Discover the role of server-side JavaScript in web application development
  • Make informed architecture choices in Node for performance and throughput
  • Install and use Node for both the development and deployment of server-side web applications
  • Use the Connect and Express application frameworks
  • Set up either SQL or MongoDB database systems in your application
  • Learn the difference between synchronous and asynchronous algorithms and why they are important

Approach

This book is a practical introduction to learning about Node. Each chapter introduces you to a different area of Node, using screenshots and examples to get you up and running as quickly as possible.

Who this book is written for

If you are a developer who wants to use JavaScript on the server side in order to build quicker, higher performing web applications, then this book is for you. It is recommended that you should have at least a rudimentary understanding of JavaScript and web application development.


Les clients ayant acheté cet article ont également acheté


Descriptions du produit

Biographie de l'auteur

David Herron has worked as a software engineer and software quality engineer in Silicon Valley for over 20 years. His current role at Yahoo is an Architect of the Quality Engineering team for their new Node.js based web app platform.

While a Staff Engineer at Sun Microsystems, David worked as Architect of the Java SE Quality Engineering team where he focused on test automation tools, including the AWT Robot class that's now widely used in GUI test automation software. He was involved with launching the OpenJDK project, the JDK-Distros project, and ran the worldwide Mustang Regressions Contest asking the Java developer community to find bugs in the Java 1.6 release.

Before Sun he worked for VXtreme on the video streaming stack which eventually became Windows Media Player when Microsoft bought that company. At The Wollongong Group he worked on both e-mail client and server software and was part of several IETF working groups improving e-mail-related protocols.

David is interested in electric vehicles, world energy supplies, climate change and environmental issues, and is a co-founder of Transition Silicon Valley. As an online journalist on examiner.com he writes under the title Green Transportation Examiner, he blogs about sustainability issues on 7gen.com, runs a large electric vehicle discussion website on visforvoltage.org, and blogs about other topics including Node.js, Drupal and Doctor Who on davidherron.com.


Détails sur le produit


Dans ce livre (En savoir plus)
Parcourir les pages échantillon
Couverture | Copyright | Table des matières | Extrait | Index | Quatrième de couverture
Rechercher dans ce livre:

Quels sont les autres articles que les clients achètent après avoir regardé cet article?


Commentaires en ligne 

Il n'y a pas encore de commentaires clients sur Amazon.fr
5 étoiles
4 étoiles
3 étoiles
2 étoiles
1 étoiles
Commentaires client les plus utiles sur Amazon.com (beta)
Amazon.com: 3.5 étoiles sur 5  10 commentaires
24 internautes sur 27 ont trouvé ce commentaire utile 
2.0 étoiles sur 5 Low quality, inferior to materials found online 18 janvier 2012
Par Sergei Barbarash - Publié sur Amazon.com
Format:Broché
First of all, the author claims right away that the book's audience are experienced developers, but then, after a reasonably brief introduction to event-driven architecture he spends almost half the book's volume explaining how to install software and how to use command-line tools like npm. That's something ANY developer could hardly benefit from (npm has a very good context help system, too).

The real hands-on material starts at page 60 (out of total 150). Unfortunately, the second part of the book also turns out to be quite disappointing. It consists of just three chapters, each of which is basically an explanation how to use particular module libraries. There is nothing wrong with that, but I personally found the examples to be quite primitive and far-fetched (not to mention code typos here and there and generally untidy code: for instance, it contains fluff like unnecessary module requires, making it confusing and, frankly, quite irritating), or altogether redundant (like a chapter - 1 out of 3 hands-on chapters, mind you! - explaining how to use database modules. Who wants to read that in a Node.js book?)

A number of things I would expect from a good Node.js book are: examples of front-end and back-end javascript interop, real-life examples of using Node.js in a high-load environment as a part of multi-architectural setup, probably touching on topics like using CoffeeScript and ClojureScript together with Node.js... This book contains none of those.

Returning to the topic the book DOES try to cover - creation of webapp back-ends - I would suggest instead checking out the excellent set of examples contained in the source code of the Express module - I found it to be a much better investment of my time. Also, it's completely free.
6 internautes sur 6 ont trouvé ce commentaire utile 
5.0 étoiles sur 5 Excellent starting point for experienced web dev 19 août 2011
Par Juho Vepsäläinen - Publié sur Amazon.com
Format:Broché
Disclaimer: I received a digital review copy of this book from the publisher, Packt Publishing.

I have developed quite a bit using Django and JavaScript (mainly jQuery, RightJS dev). I've meant to get into Node for a while now. This book provided me just what I needed. It starts out "soft" by explaining the fundamentals behind Node and then moves onto concrete examples each of which highlight some aspect of it.

The book is quite thin (just 172 pages). It manages to pack in enough detail for one to get started, though. I might have appreciated one extra chapter about possible starting points (where to go to next?). Given Node and its packages are still in quite flux, coming up with one could have been challenging.

To conclude consider picking up this book if you have already some experience with web development and JavaScript in general and wish to delve into the world of Node. There are some other resources available. This is certainly one of the better options available I'm aware of at the moment, however.
4 internautes sur 4 ont trouvé ce commentaire utile 
2.0 étoiles sur 5 Already Outdated 5 mars 2012
Par Ron - Publié sur Amazon.com
Format:Broché
I guess Node.js is developing so fast that writing a book for it is like trying to hit a moving target. I'm going through the book now and even though it was just published approximately 7 months ago, a lot of the code presented in the book breaks because node modules have since been refactored or updated, and module names have changed.
Ces commentaires ont-ils été utiles ?   Dites-le-nous

Discussions entre clients

Le forum concernant ce produit
Discussion Réponses Message le plus récent
Pas de discussions pour l'instant

Posez des questions, partagez votre opinion, gagnez en compréhension
Démarrer une nouvelle discussion
Thème:
Première publication:
Aller s'identifier
 

Rechercher parmi les discussions des clients
Rechercher dans toutes les discussions Amazon
   


Listmania!


Rechercher des articles similaires par rubrique


Commentaires

Souhaitez-vous compléter ou améliorer les informations sur ce produit ? Ou faire modifier les images?

Déclaration de confidentialité Amazon.fr Informations sur la livraison Amazon.fr Retours & Echanges Amazon.fr