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