Is a module that brings real time object synchronization and Thruway integration to Drupal 8.
This project depends on a couple of external libraries. The easiest way to install them is with drush and composer.
-
Download Composer more info
$ curl -sS https://getcomposer.org/installer | php
-
Install the latest version of Drush 7
$ sudo php composer.phar global require drush/drush:dev-master
-
Make sure that the composer bin folder has been added to the system path. (update your .bashrc or .profile)
$ export PATH="$HOME/.composer/vendor/bin:$PATH"
-
Install composer support for drush
$ drush en composer
-
Switch to your project's folder
-
Install required libraries
$ drush composer require "ratchet/pawl":"dev-master"
$ drush composer require "voryx/thruway":"dev-master"
$ drush composer require "firebase/php-jwt":"dev-master"
-
Copy the Thruway module to your modules folder
-
Enable the Thruway module
$ drush en thruway
-
Start the Thruway Client
$ drush thruway
The default configuration will expose entity:node:page, entity:node:article and entity:taxonomy_term:tags