Skip to content

JumpLink/dnode-nodejs-php-examples

Repository files navigation

dnode-nodejs-php-examples

Just an dnode communication between php and nodejs example

Preparing the example

  1. install git
  2. clone this repo with git clone git@github.com:JumpLink/dnode-nodejs-php-examples.git && cd dnode-nodejs-php-examples
  3. install nodejs with npm
  4. install php with composer
  5. run npm install
  6. run composer install or php composer.phar install if you haven't installed composer globally

Run the example

  1. start the server with node examples/bidirectional/server.js
  2. run the client with php examples/bidirectional/client.php

What next?

Use npm, composer and bower as much as possible

About

Just an dnode communication between php and nodejs example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published