Search code examples
swiftrealmrealm-mobile-platformperfect

Realm Swift and Swift server


Is it possible to use RealmSwift on a server running Swift (eg Perfect, Vapor, Kitura etc.) and use it to store data?

(I was thinking to try it as an alternative to another solution, eg node.js+express+mongoDB.)


Solution

  • Realm Swift is only available on Darwin platforms. Eventual Linux support is possible, but would require considerable changes to both Swift and Realm. This is being tracked in https://github.com/realm/realm-cocoa/issues/3263