Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 1.24 KB

README.md

File metadata and controls

15 lines (10 loc) · 1.24 KB

Swift Stream: Building a Social Network with SwiftUI

In this series of tutorials, we'll be creating a simple social network, called The Stream, that allows a user to post messages to followers, chat either 1-on-1 or in groups, and video chat. Stream's Activity Feed API and Chat API, combined with Dolby's Interactivity APIs, makes it straightforward to build this sort of complex interaction, with far less overhead than creating it from scratch. All source code for this application is available on GitHub.

If you would like to skip ahead, Part 4 contains the final completed project.

You can find each part of this series by the corresponding link below:

Happy coding!