Theo Kallioras
Theo Kallioras

Reputation: 3676

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.)

Upvotes: 2

Views: 643

Answers (1)

jpsim
jpsim

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

Related Questions