Chapter 12. Creating Useful Projects
In this chapter, we will cover the following topics:
- Creating RESTful web services
- Creating a complete app with Iron Router
- Deploying apps to mobile devices
- Adding social sharing
Introduction
Somewhere along your journey towards learning Meteor, you'll reach a point where you will have mastered the fundamentals. At that point, you will want to start putting all the fundamentals together into the applications or packages that are actually useful. It's a big development world out there, with many opportunities. The Meteor landscape is still in its infancy, and if you've followed all (or most) of the recipes in this book, you're probably ready to start defining that landscape. This last chapter will walk you through four of the most useful recipes that apply to most projects. It will give you an even more solid foundation for going out on your own to define, discover, and build!
Creating RESTful web services
Alas, alas, the entire...