An open API service indexing awesome lists of open source software.

https://github.com/lucasvandongen/iosarchitecturescompared

Three times the same simple chat application example done in classic MVC, RxSwift (MVVM) and
https://github.com/lucasvandongen/iosarchitecturescompared

Last synced: about 1 month ago
JSON representation

Three times the same simple chat application example done in classic MVC, RxSwift (MVVM) and

Awesome Lists containing this project

README

        

This sample is published as part of the corresponding blog article at https://www.toptal.com/swift/static-patterns-swift-mvvm-tutorial

Visit https://www.toptal.com/blog and subscribe to our newsletter to read great posts!

# iOS Architectures Compared
This project contains two times the same simple chat application example done in a different architecture every time: first Classic MVC and a more functional approach to MVVM.