neumino/rethinkdbdash

RethinkDB and ionic framework

Opened this issue · 2 comments

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

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

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.