Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Meteor Design Patterns

You're reading from   Meteor Design Patterns Accelerate your code writing skills with over twenty programming patterns that will make your code easier to maintain and scale

Arrow left icon
Product type Paperback
Published in Oct 2015
Publisher Packt
ISBN-13 9781783987627
Length 184 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
Marcelo Reyna Marcelo Reyna
Author Profile Icon Marcelo Reyna
Marcelo Reyna
Arrow right icon
View More author details
Toc

Setting up Modulus


Modulus is currently the best place to host a Meteor project. Why? It is easy to set up and maintain. While there are several other services where we can obtain the same results, every single one of them requires more expertise with servers and a considerable amount of time on your end. We are not developing a server. We are developing an application.

Modulus.io provides support for sticky sessions, web sockets, and free SSL endpoints.

Keep in mind that Meteor's Galaxy hosting service is going to be released soon and will undoubtedly become the best place to host a Meteor web application. Until then, Modulus is the way to go.

Let's start by creating a free account at http://modulus.io:

Next, you need to install the demeteorizer tool and the modulus CLI tool. Run the following commands in your terminal:

npm install –g demeteorizer
npm install –g modulus

This did not work! If your npm install command fails, then you need to install node and npm.

To make sure that we install npm...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image