February 2016
Beginner to intermediate
308 pages
5h 46m
English
In this chapter, we'll cover the following recipes:
As you level up with Ember, you'll learn how to work with real-time applications. In these types of applications, you'll be dealing with updates from a server. You'll need to be able to handle these events and notify the user as needed.
In Ember, we can use things such as dependency injection and services with WebSockets to handle real-time events from a server. We'll be looking at these concepts, including add-ons, in this chapter.
Read now
Unlock full access