Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor spelling update #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/activity-streams/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Activity Streams <i class="fa fa-graduation-cap fa-2"></i>

Activity Streams are just an extension of Notifications from a technology point of view. But they offer a very different experience. They're provide a list of activities that have taken place, some of which could be a notification, but also new activities as they take place. Twitter, Facebook, Google+ and many other social and news sites and apps have adopted the idea of activity streams as core to their user experience.
Activity Streams are just an extension of Notifications from a technology point of view. But they offer a very different experience. They provide a list of activities that have taken place, some of which could be a notification, but also new activities as they take place. Twitter, Facebook, Google+ and many other social and news sites and apps have adopted the idea of activity streams as core to their user experience.

So, in this section of the workshop we're going to expand on our knowledge of Pusher and use different events to identify types of activity and build an activity stream. This is a really nice mechanism; not only for identifying what's happening to the activity data, but also for splitting out our client-side application logic when handling incoming events.

Expand Down