Webbased chat in php without using database or file

前端 未结 14 1167
失恋的感觉
失恋的感觉 2021-02-02 14:49

I am trying to implement a realtime chat application using PHP . Is it possible to do it without using a persistent data storage like database or file . Basically what I need is

14条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-02 15:29

    You will want to use Sockets. This article will cover exactly what you want to do: http://devzone.zend.com/209/writing-socket-servers-in-php/

提交回复
热议问题