实习在做一个项目,用Yii2写的,数据库用的是mysql
项目需要一个聊天系统
打算用socket.io和express做一个用户和客服交流的小系统。
功能是用户和客户之间的交流。
聊天室一对一保存历史纪录的,不想用mongodb,共用mysql这里可以吗?
刚接触node请问有什么好的参考demo或者思路吗。
php和node可以共存吗
= =不太懂
主要是权限问题在node里不知道该怎么做
PHPz2017-04-17 14:29:56
My graduation project, a simple chat system, socket.io+Express+MySql, the code is a bit low
https://github.com/vu-ji/h5Chat
阿神2017-04-17 14:29:56
php and node cannot coexist directly, but php can directly use websocket, and chat can be done directly.