How to use node.js and socket.io in zend framework

I created a zend framework application. I want to use node.js and socket.io in this application, but don’t know where to start. I used a simple node and socket.io application, creating one index.html file and reading this file using fsReadSync, but how to connect the zend frame pages to node.js and socket.io.

Please help someone. Thanks.

+4
source share
1 answer

I think you need to go through several levels

Level 1: creating and running the zend application

Level 2: create node.js and run

level 3: create node.js and socket.io

if you are familiar with 3 levels, I think you can understand so simple chat application that using node.js and socket.io within zend

you can download it and transfer read me file to run the application based on php and node js

here

I hope that helps you

+8
source

All Articles