Book Image

Meteor Design Patterns

By : Reyna
Book Image

Meteor Design Patterns

By: Reyna

Overview of this book

With the increasing interest in NodeJS web applications, a new framework, Meteor, has joined the ranks to simplify developer workflows. Meteor is one of the few open source frameworks that has received funding since its early development stages. It builds on ideas from existing frameworks and libraries, offering developers an easy way to develop a prototype app. At the same time, it gives them the tools and flexibility to build a fully fledged production app. Meteor is the weapon of choice for start-ups in today’s world. Meteor Design Patterns cuts through the jargon that most websites play with and gets to the point with simple solutions that will boost your development skills. We start off with a refresher on the basics of JavaScript programming such as templates, CoffeeScript, the Event Loop, and the Merge Box, amongst others. You then learn how to map real-world data and optimize the data’s publishers to output data with the least amount of work done by the server with some subscribe and publish patterns. Next, using front-end patterns, you will learn how to create maintainable and trackable forms, and make our site crawlable by any search engine. Following this, you will see how to optimize and secure the web application and maintain applications without breaking other features. Finally, you will learn how to deploy a secure production-ready application while learning to set up modulus, compose with Oplog tracking and SSL certificates, as well as error tracking with Kadira. Throughout the book, you will put your skills to practice and build an online shop from scratch. By the end of the book, you will have built a feature-rich online shop.
Table of Contents (8 chapters)

Preface

Simplicity is the shortest path to a solution. Meteor is a web development framework that simplifies programming and once it is mastered, gives the developer the power to prototype applications in just a few days and build a production app in just a few weeks. The simplicity of the framework makes maintenance a breeze as well; reorganizing and renaming files will not break your code, code is easy to keep in modules, and virtual environments are a thing of the past. The Meteor Development Group has established the shortest path for web development by producing a feature-rich framework that takes all the experience learned from other frameworks and packs it into Meteor.

While Meteor is simple because of the technical features it comes packed with, it is clear that the framework will become the status quo because of how the team behind it works. Meteor is built by a team that has been actively funded since the beginning of the project, unlike many open source frameworks such as Ruby on Rails, Laravel, CakePHP, and others. This means that the people working towards building the framework actually care about it. Yet, Meteor is an open source project with an active community that has been improving the project constantly through packages or by patching the core code.