Articles liés à Meteor in Action.

Meteor in Action. - Couverture souple

 
9781617292477: Meteor in Action.

Synopsis

Summary

Meteor in Action teaches you full-stack web development using the Meteor platform. It starts with an overview of a Meteor application, revealing the unique nature of Meteor's end-to-end application model. Then you'll dive into the Blaze templating engine, discover Meteor's reactive data sources model, learn simple and advanced routing techniques, and practice managing users, permissions, and roles.

Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.

About the Book

You might call Meteor a reactive, isomorphic, full-stack web development framework. Or, like most developers who have tried it, you might just call it awesome. Meteor is a JavaScript-based framework for both client and server web and mobile applications. Meteor applications react to changes in data instantly, so you get impossibly responsive user experiences, and the consistent build process, unified front- and back-end package system, and one-command deploys save you time at every step from design to release.

Meteor in Action teaches you full-stack web development with Meteor. It starts by revealing the unique nature of Meteo's end-to-end application model. Through real-world scenarios, you'll dive into the Blaze templating engine, discover Meteor's reactive data sources model, learn routing techniques, and practice managing users, permissions, and roles. Finally, you'll learn how to deploy Meteor on your server and scale efficiently.

What's Inside

  • Building your first real-time application
  • Using MongoDB and other reactive data sources
  • Creating applications with Iron Router
  • Deploying and scaling your applications

About the Reader

Readers need to know the basics of JavaScript and understand general web application design.

About the Authors

Stephan Hochhaus and Manuel Schoebel are veteran web developers who have worked with Meteor since its infancy.

Table of Contents
    PART 1 LOOK—A SHOOTING STAR!
  1. A better way to build apps
  2. My fridge! A reactive game
    PART 2 3, 2, 1—IMPACT!
  3. Working with templates
  4. Working with data
  5. Fully reactive editing
  6. Users, authentications, and permissions
  7. Exchanging data
  8. Routing using Iron.Router
  9. The package system
  10. Advanced server methods
  11. PART 3 LEAVING THE CRATER
  12. Building and debugging
  13. Going into production

Les informations fournies dans la section « Synopsis » peuvent faire référence à une autre édition de ce titre.

À propos des auteurs

Stephan Hochhaus is a veteran web developer with experience creating scalable web solution and several flings with PHP, C#, and Java. Since he met Meteor, he feels ready to settle down with JavaScript.

Manuel Schoebel is a freelance web developer and serial entrepreneur. A popular blogger, Manuel has been working with Meteor since its infancy. Manuel and Stephan established the Meteor Meetups in Cologne and the Ruhr area.

Les informations fournies dans la section « A propos du livre » peuvent faire référence à une autre édition de ce titre.

Acheter D'occasion

état :  Comme neuf
Wie neu/Like new
Afficher cet article

EUR 3 expédition depuis Allemagne vers France

Destinations, frais et délais

Acheter neuf

Afficher cet article
EUR 45,85

Autre devise

EUR 3,42 expédition depuis Etats-Unis vers France

Destinations, frais et délais

Résultats de recherche pour Meteor in Action.

Image d'archives

Hochhaus, Stephan
Edité par Manning, 2015
ISBN 10 : 1617292478 ISBN 13 : 9781617292477
Ancien ou d'occasion Couverture souple

Vendeur : medimops, Berlin, Allemagne

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Etat : as new. Wie neu/Like new. N° de réf. du vendeur M01617292478-N

Contacter le vendeur

Acheter D'occasion

EUR 3,75
Autre devise
Frais de port : EUR 3
De Allemagne vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image fournie par le vendeur

Stephan Hochhaus
Edité par Manning Publications, 2015
ISBN 10 : 1617292478 ISBN 13 : 9781617292477
Ancien ou d'occasion Couverture souple

Vendeur : WeBuyBooks, Rossendale, LANCS, Royaume-Uni

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Etat : Good. Most items will be dispatched the same or the next working day. A copy that has been read but remains in clean condition. All of the pages are intact and the cover is intact and the spine may show signs of wear. The book may have minor markings which are not specifically mentioned. N° de réf. du vendeur wbs7497321780

Contacter le vendeur

Acheter D'occasion

EUR 11,88
Autre devise
Frais de port : EUR 6,62
De Royaume-Uni vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image d'archives

Stephan Hochhaus; Manuel Schoebel
Edité par Manning Publications, 2015
ISBN 10 : 1617292478 ISBN 13 : 9781617292477
Ancien ou d'occasion Paperback

Vendeur : ThriftBooks-Dallas, Dallas, TX, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Paperback. Etat : Very Good. No Jacket. May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less 1.65. N° de réf. du vendeur G1617292478I4N00

Contacter le vendeur

Acheter D'occasion

EUR 10,90
Autre devise
Frais de port : EUR 10,58
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 1 disponible(s)

Ajouter au panier

Image fournie par le vendeur

Stephan Hochhaus, Manuel Schoebel
Edité par Manning Publications, US, 2015
ISBN 10 : 1617292478 ISBN 13 : 9781617292477
Neuf Paperback

Vendeur : Rarewaves USA, OSWEGO, IL, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Paperback. Etat : New. DESCRIPTION   Meteor is a unique full-stack framework designed to address some of the most persistent concerns faced when building web applications. It provides the same JavaScript APIs on both the client and server, resulting in no context switching, so the development environment is consistent and seamless. The reactive template model automatically pushes updates when data changes for fluid user experience. Users enjoy instant updates while Meteor handles the behind-the-scenes work of synchronizing data and building new pages. Finally, Meteor provides many unique productivity features, like push-button bundling and deployment, an intuitive interactivity protocol, and Smart Packages that make it a snap to manage application features.    Meteor in Action tackles full-stack web development using the Meteor platform. Starting with an overview of a Meteor application, it reveals the unique nature of Meteor's end-to-end application model. Then it dives into the Blaze templating engine, Meteor's reactive datasources model, simple and advanced routing techniques, and managing users, permissions, and roles. It guides readers through typical real world scenarios like managing file uploads, SEO, and localizing applications as they create their own packages to reuse functionality across projects. Lastly, it covers deploying Meteor on a server and scaling efficiently.       KEY SELLING POINTS  Provides the key to Meteor's magic Increases productivity  Provides all-in-one solution for building web applications    AUDIENCE For server-side developers and front-end engineers who want to build full-stack applications in JavaScript. Readers should have good knowledge of HTML/CSS and JavaScript.   ABOUT THE TECHNOLOGY Meteor is a JavaScript-based open-source platform for building realtime web applications in a fraction of the time you're used to. It aims to make app development easier than ever before by introducing some new and exciting technological concepts such as full stack reactivity, latency compensation, and the Distributed-Data-Protocol. N° de réf. du vendeur LU-9781617292477

Contacter le vendeur

Acheter neuf

EUR 45,85
Autre devise
Frais de port : EUR 3,42
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 10 disponible(s)

Ajouter au panier

Image fournie par le vendeur

Stephan Hochhaus, Manuel Schoebel
Edité par Manning Publications, US, 2015
ISBN 10 : 1617292478 ISBN 13 : 9781617292477
Neuf Paperback

Vendeur : Rarewaves USA United, OSWEGO, IL, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Paperback. Etat : New. DESCRIPTION   Meteor is a unique full-stack framework designed to address some of the most persistent concerns faced when building web applications. It provides the same JavaScript APIs on both the client and server, resulting in no context switching, so the development environment is consistent and seamless. The reactive template model automatically pushes updates when data changes for fluid user experience. Users enjoy instant updates while Meteor handles the behind-the-scenes work of synchronizing data and building new pages. Finally, Meteor provides many unique productivity features, like push-button bundling and deployment, an intuitive interactivity protocol, and Smart Packages that make it a snap to manage application features.    Meteor in Action tackles full-stack web development using the Meteor platform. Starting with an overview of a Meteor application, it reveals the unique nature of Meteor's end-to-end application model. Then it dives into the Blaze templating engine, Meteor's reactive datasources model, simple and advanced routing techniques, and managing users, permissions, and roles. It guides readers through typical real world scenarios like managing file uploads, SEO, and localizing applications as they create their own packages to reuse functionality across projects. Lastly, it covers deploying Meteor on a server and scaling efficiently.       KEY SELLING POINTS  Provides the key to Meteor's magic Increases productivity  Provides all-in-one solution for building web applications    AUDIENCE For server-side developers and front-end engineers who want to build full-stack applications in JavaScript. Readers should have good knowledge of HTML/CSS and JavaScript.   ABOUT THE TECHNOLOGY Meteor is a JavaScript-based open-source platform for building realtime web applications in a fraction of the time you're used to. It aims to make app development easier than ever before by introducing some new and exciting technological concepts such as full stack reactivity, latency compensation, and the Distributed-Data-Protocol. N° de réf. du vendeur LU-9781617292477

Contacter le vendeur

Acheter neuf

EUR 47,52
Autre devise
Frais de port : EUR 3,42
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 10 disponible(s)

Ajouter au panier

Image d'archives

Hochhaus, Stephan, Schoebel, Manuel
Edité par Manning Publications, 2015
ISBN 10 : 1617292478 ISBN 13 : 9781617292477
Neuf Couverture souple Edition originale

Vendeur : Kennys Bookshop and Art Galleries Ltd., Galway, GY, Irlande

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Etat : New. Num Pages: 368 pages. BIC Classification: UMW; UMZ. Category: (P) Professional & Vocational. Dimension: 190 x 235 x 22. Weight in Grams: 640. . 2015. 1st Edition. Paperback. . . . . N° de réf. du vendeur V9781617292477

Contacter le vendeur

Acheter neuf

EUR 58,44
Autre devise
Frais de port : EUR 3
De Irlande vers France
Destinations, frais et délais

Quantité disponible : 15 disponible(s)

Ajouter au panier

Image d'archives

Hochhaus, Stephan, Schoebel, Manuel
Edité par Manning Publications, 2015
ISBN 10 : 1617292478 ISBN 13 : 9781617292477
Neuf Couverture souple

Vendeur : Kennys Bookstore, Olney, MD, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Etat : New. Num Pages: 368 pages. BIC Classification: UMW; UMZ. Category: (P) Professional & Vocational. Dimension: 190 x 235 x 22. Weight in Grams: 640. . 2015. 1st Edition. Paperback. . . . . Books ship from the US and Ireland. N° de réf. du vendeur V9781617292477

Contacter le vendeur

Acheter neuf

EUR 72,40
Autre devise
Frais de port : EUR 2,69
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : 15 disponible(s)

Ajouter au panier

Image d'archives

Stephan Hochhaus; Manuel Schoebel
Edité par Simon and Schuster, 2015
ISBN 10 : 1617292478 ISBN 13 : 9781617292477
Ancien ou d'occasion Couverture souple

Vendeur : INDOO, Avenel, NJ, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Etat : As New. Unread copy in mint condition. N° de réf. du vendeur SS9781617292477

Contacter le vendeur

Acheter D'occasion

EUR 36,25
Autre devise
Frais de port : EUR 51,23
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : Plus de 20 disponibles

Ajouter au panier

Image d'archives

Stephan Hochhaus; Manuel Schoebel
Edité par Simon and Schuster, 2015
ISBN 10 : 1617292478 ISBN 13 : 9781617292477
Neuf Couverture souple

Vendeur : INDOO, Avenel, NJ, Etats-Unis

Évaluation du vendeur 5 sur 5 étoiles Evaluation 5 étoiles, En savoir plus sur les évaluations des vendeurs

Etat : New. Brand New. N° de réf. du vendeur 9781617292477

Contacter le vendeur

Acheter neuf

EUR 36,33
Autre devise
Frais de port : EUR 51,23
De Etats-Unis vers France
Destinations, frais et délais

Quantité disponible : Plus de 20 disponibles

Ajouter au panier