Simple chat test based on rethinkdb/rethinkdb-example-nodejs-chat
Clone the project and execute:
npm install
Run docker-compose:
docker-compose up -d
node app
Then open a browser: http://localhost:8000.
Specify them as environment variables:
RDB_HOST
(default:localhost
)RDB_PORT
(default28015
)RDB_DB
(default:chat
)
DEBUG=rdb:* node app
For more configuration options: (see debug docs
npm run standard