From 25419b6bf54234b0b02c0df7bd8d839e4a495799 Mon Sep 17 00:00:00 2001 From: Zalmoxisus Date: Tue, 1 Nov 2016 20:21:43 +0200 Subject: [PATCH] Add info about the docker image and making a custom adapter --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a9b0cfe..6776aba 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Bridge for communicating with an application remotely via [Redux DevTools extens npm install --save-dev remotedev-server ``` +Also [there's a docker image](https://github.com/jhen0409/docker-remotedev-server) you can use. + ### Usage ##### Add in your app's `package.json`: @@ -98,6 +100,8 @@ Remotedev server is database agnostic. By default everything is stored in the me | RethinkDB | rethinkdb | `{ host: '123.456.68.987', db: 'my_db' }` | `npm install --save rethinkdbdash js-data-rethinkdb` | | SQLite3 | sql | `{ client: 'sqlite3', connection: { host: '123.45.67.890', user: 'ubuntu', password: 'welcome1234', database: 'db1' }` | `npm install --save js-data-sql` | -### License +Implement a [custom adapter for JSData](http://www.js-data.io/docs/working-with-adapters#custom-adapters). + +### License MIT