paldepind / synceddb

Makes it easy to write offline-first applications with realtime syncing and server side persistence.
MIT License
410 stars 34 forks source link

SyncedDB outside Node Context #3

Open joshua1 opened 9 years ago

joshua1 commented 9 years ago

Hi @paldepind , I am very much interested in using this library, but node in a node context. Is it possible to define the Server side code (in the Readme) on the client. My use case is RethinkDb on an Elixir Backend. I know there is no Adapter for RethinkDB but am sure writing one would not be much of an issue

paldepind commented 9 years ago

Hello @joshua1! The server/backend functionality that SyncedDB needs is very minimal. The backend can be implemented on anything that can communicate through WebSockets.

I don't know what you mean with "Is it possible to define the Server side code (in the Readme) on the client"?

chalmagean commented 8 years ago

+1 on RethinkDB / Elixir.

I am also interested in a client db with the ability to sync to the backend db (like PouchDB + CouchDB) but I am more interested in RethinkDB atm.