Hi. I am considering to implement live update/load mechanism using node.js. Do will it work if I use custom php processing on server side?
BR, Aslanbek.
Hi. I am considering to implement live update/load mechanism using node.js. Do will it work if I use custom php processing on server side?
BR, Aslanbek.
Yep, you can use both in the same time. PHP for business logic ( custom processing, etc. ) and NodeJs to send signals for client side, when data was changed by another user.