Just an dnode communication between php and nodejs example
- install git
- clone this repo with
git clone git@github.com:JumpLink/dnode-nodejs-php-examples.git && cd dnode-nodejs-php-examples
- install nodejs with npm
- install php with composer
- run
npm install
- run
composer install
orphp composer.phar install
if you haven't installed composer globally
- start the server with
node examples/bidirectional/server.js
- run the client with
php examples/bidirectional/client.php
Use npm, composer and bower as much as possible
- Visit dnode for nodejs, dnode for php and bower.io.
- Also useful phptherightway.com, php-fig.org and sailsjs.