Three ways to run FastBoot

Three ways to run FastBoot

Learn how to use server-side rendering with your Ember app

Subscribe to watch

Description

FastBoot allows you to run your Ember app in a server-side environment, giving you the ability to do things like pre-render and cache your content, render OG tags for bots, and more.

When it comes time for you to actually deploy and host a FastBoot application using a custom node server, you have a few options.

This series covers three different approaches for running FastBoot in production. Each of these approaches targets a different level of abstraction, so as we move through this series each approach will decompose into the next.