neumino / rethinkdbdash

An advanced Node.js driver for RethinkDB with a connection pool, support for streams etc.
MIT License
848 stars 109 forks source link

RethinkDB and ionic framework #382

Open vokirval opened 6 years ago

vokirval commented 6 years ago

Hello, how to install RethinkDB for client side to ionic framework?

sagivf commented 6 years ago

Hey @vokirval, you can't really use RethinkDB directly on server. You need to to create a server and communicate with it via Ionic (ajax, sockets, etc ...)

douira commented 5 years ago

RethinkDB is a binary application that runs as its own process independently of your application. You have to connect to it through a driver that uses a network protocol to communicate. You can use the JS driver to connect to a RethinkDB instance but you can't install the server on a mobile OS like Android or iOS.