Friends, i want to start learning TCP implementation in my php website chat plugin.
I have developed a chat plugin with jquery-ajax, it’s tedious task to frequently requesting to database and it’s give load to server.
i developed website in CodeIgnitor Framwork.
My Question is :
-> Any library for TCP implementation in php(CodeIgnitor)?
-> Is it tough task to TCP implementation in PHP?
Thanks in advance!
you don’t need to learn
tcpfor making a chat application , what you need is some kind of reverse ajax and websockets , i recommend node.js and socket.io .