Integrate nodeJS with codeigniter

Hi i am planning to integrate real time commenting system and chat with nodejs in codeigniter..

But how to achieve that can anybody help me out???

Thanks

Use Node.JS and Socket.IO to get your live data at your clients browser. And also you can use this along with your codeigniter or PHP site.

Only important thing is how do you build your socket.io server & emit data as you need to client browser.

Happy Exploring :-)

For more details on Node.JS Socket.IO package click here