-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Stoian Dan edited this page May 14, 2023
·
2 revisions
Welcome to the SweetIRC wiki!
If you'd like to see the app progress, there's a journal you can read here.
This app is a proof of concept. Showing how to use SwiftUI's declarative programing style, together with MVVM to make a real-world app, like an (minimal) IRC client, that's also native for macOS.
There's obviously room for improvement, but the app uses async programming to handle network interaction and extending it to better support more of the IRC protocol's commands can be easily added by extending an enum and providing pattern matching.