CloudKit JS looks interesting. Yes, I know all about Parse, but was wondering if we can build a simple CMS on my server that can use the new CloudKit JS features: Authenticate, Add, Delete, etc. Or can this only run as a CMS in an App environment (like on an iPad)? AKA, the Public Container?
Basically what I'm trying to do is have my clients populate the App with data using CloudKit JS (using a simple web form front end), and not have to resort to using a php/mysql setup?
Question: Can CloudKit function now as my CMS? Finding zero examples, LOVE to learn!
If you have a CloudKit app, you can use CloudKit web services to provide a web interface for users to access the same data as your app. You must have the schema for your databases already created to use CloudKit web services. CloudKit web services provides an HTTP interface to fetch, create, update, and delete records, zones, and subscriptions. You also have access to discoverable users and contacts