sdk-for-swift VS awesome-appwrite

Compare sdk-for-swift vs awesome-appwrite and see what are their differences.

sdk-for-swift

[READ-ONLY] Official Appwrite Swift SDK 🦅🍎 (by appwrite)

awesome-appwrite

Carefully curated list of awesome Appwrite resources đź’Ş (by appwrite)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
sdk-for-swift awesome-appwrite
4 18
40 928
- 3.6%
7.1 7.2
about 1 month ago 5 months ago
Swift
BSD 3-clause "New" or "Revised" License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

sdk-for-swift

Posts with mentions or reviews of sdk-for-swift. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-10-23.
  • Clean Your Storage Using Appwrite's Swift Cloud Functions
    2 projects | dev.to | 23 Oct 2021
    import PackageDescription let package = Package( name: "StorageCleaner", dependencies: [ .package(url: "https://github.com/appwrite/sdk-for-swift", "0.1.0") //TODO update version ], targets: [ .executableTarget( name: "StorageCleaner", dependencies: [ .product(name: "Appwrite", package: "sdk-for-swift"), ]), .testTarget( name: "StorageCleanerTests", dependencies: ["StorageCleaner"]), ] )
  • Swift 101: Building a Library with Swift Package Manager
    3 projects | dev.to | 21 Oct 2021
    // swift-tools-version:5.3 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription let package = Package( name: "FooPackage", products: [ .library( name: "FooPackage", targets: ["FooPackage"]), ], dependencies: [ .package(name: "Appwrite", url: "https://github.com/appwrite/sdk-for-swift", from: "0.1.0") ], targets: [ .target( name: "FooPackage", dependencies: [ "Appwrite" ] ) .testTarget( name: "FooPackageTests", dependencies: [ "FooPackage" ] ) ] )
  • Getting Started With Appwrite's Apple SDK 📱💻
    2 projects | dev.to | 20 Oct 2021
    To learn more, you can check our official Appwrite 0.11 announcement post, and check our Apple and Swift SDKs. If you have any further questions you can join the Appwrite team and community on the Appwrite Discord server.
  • Building apps just got Swifter! - Announcing Appwrite v0.11
    10 projects | dev.to | 18 Oct 2021
    We have also released a brand new Swift Server SDK to go along with the Apple one! Setting up the Swift SDK only requires adding the dependency to your Package.swift file. You can check out our Getting Started Guide or follow along for a quick summary.

awesome-appwrite

Posts with mentions or reviews of awesome-appwrite. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-16.
  • Announcing the Built With Appwrite Platform
    2 projects | dev.to | 16 May 2023
    A big part of growing Appwrite’s developer ecosystem is providing the right platform for our builders to showcase their works with Appwrite to our community so that they can gain better visibility, feedback, and usage. For the last couple of years, that has exclusively been the awesome-appwrite repository we have on Appwrite’s GitHub organization.
  • A Guide On Appwrite
    4 projects | dev.to | 12 Nov 2022
    You should now have a good understanding of how Appwrite works, its features, and services. You can join Appwrite's Discord community here. to learn more about it. You can also visit its webpage. or repository .for additional information and resources.
  • Appwrite's Hacktoberfest '22 Journey
    7 projects | dev.to | 10 Nov 2022
    Hacktoberfest may be over, but you don’t have to stop contributing! We have lots of open issues that you can find on our GitHub repo. Moreover, many of our Hacktoberfest issues are still open for assignment! You can also write articles, create tutorials, or build demo apps and add them to our Awesome Appwrite repo. There are always new ways to support the community, and we truly love all the contributions you make. If you need help with Appwrite or would like to explore some interesting ways to contribute, join us on our Discord server and connect with the Appwrite community ❤️.
  • Announcing Appwrite 1.0
    5 projects | /r/selfhosted | 14 Sep 2022
    You can check out our relatively new Youtube channel: https://www.youtube.com/c/Appwrite - there also more video tutorials available by community members and more resources on: https://github.com/appwrite/awesome-appwrite
  • Migrate Firebase Users to Appwrite
    2 projects | dev.to | 14 Sep 2022
    Our list of awesome tutorials, videos, and demos keeps growing. Head to the awesome-appwrite repo to check them out.
  • Phone Authentication with Appwrite and Twilio
    2 projects | dev.to | 29 Jun 2022
    Appwrite Resource Showcase
  • Appwrite Community Report #4
    4 projects | dev.to | 30 Apr 2022
    30 days of Appwrite is now updated, have you checked them out already? 30 Days of Appwrite - Appwrite 30 Days of Appwrite is a month long event focused at teaching you about all of Appwrite's core concepts and getting you ready to build production ready apps with Appwrite. 30days.appwrite.io We are awaiting to see what you build, be sure to drop them here .
  • Appwrite Community Report #3
    2 projects | dev.to | 23 Apr 2022
    We are awaiting to see what you build, be sure to drop them here.
  • A Self Hosted and Open Source Alternative to Google’s Firebase
    3 projects | /r/raspberry_pi | 24 Mar 2022
    We have a bunch of Appwrite related resources over at https://github.com/appwrite/awesome-appwrite which you can also check out
  • Appwrite's Hacktoberfest '21 Journey
    2 projects | dev.to | 26 Nov 2021
    Hacktoberfest may be over but you don’t have to stop contributing! We have lots of open issues that you can find on our GitHub repo. Moreover, many of our Hacktoberfest issues are still open for assignment! You can also write articles, create tutorials or build demo apps and add them to our Awesome Appwrite repo. There are always new ways to support the community and we truly love all the contributions you make. If you need help with Appwrite or would like to explore some interesting ways to contribute, join us on our Discord server and connect with the Appwrite community ❤️.