Reputation: 3676
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.)
Upvotes: 2
Views: 643
Reputation: 14409
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
Upvotes: 2