Home > Backend Development > PHP Tutorial > app聊天功能,PHP要配合做些什么,请教

app聊天功能,PHP要配合做些什么,请教

WBOY
Release: 2016-06-23 13:32:19
Original
1407 people have browsed it




这种聊天,哪位前辈做过啊?有什么插件吗? PHP做些什么,谢谢


回复讨论(解决方案)

若是即时通讯,想快速使用,可以用环信
若想自己写,还是比较麻烦的
若是即时的,就要用到socket
若不是即时的,可以用推送实现
看你要哪一种方案

数据库存储数据,php写业务,加入心跳机制实现聊天。

可以用第三方推送
或者看看workweman

可以使用nodejs来做。
php做即时聊天不好的。
如果一定要做。可以用nodejs+mysql实现。
php做上传图片,列表旧记录等其他。

可以去研究下shopnc 的nodejs实现

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template