How to host CouchDB/PouchDB in remote server? -


i creating mobile app using ionic 2 have bunch of data. exploring options database. research came know pouchdb great option. question is:

  1. can host pouchdb/couch db on shared host ? if not, options available ?
  2. what other options have database in mobile app ?

  1. can host pouchdb/couch db on shared host ?

probably not, depends on shared host. couchdb requires erlang, , pouchdb can run server-side in nodejs. (there plugins provide serialized databases populate each client's pouchdb if don't need server side database.)

if not, options available ?

there plenty of companies hosting virtual , baremetal machines. cheaper or @ least better computing value shared hosting, aside common install images, must system maintenance yourself. scaleway, rackspace or digital ocean examples of traditional independent ones , there various cloud providers..

  1. what other options have database in mobile app ?

couch-protocol (will talk pouchdb)

  • cloudant - provides free tier hosted service, may expensive larger volume.
  • couchbase - enterprise/installable version of cloudant?

similar json oriented (likely use similar skills)

mongodb, firebase, ...


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -