Home > Backend Development > PHP Tutorial > 想做一个websokect 的聊天室在网上下载了些demo均使用不已,网大侠们指点一二拜谢

想做一个websokect 的聊天室在网上下载了些demo均使用不已,网大侠们指点一二拜谢

WBOY
Release: 2016-06-13 12:02:25
Original
1087 people have browsed it

想做一个websokect 的聊天室在网上下载了些demo均使用不了,网大侠们指点一二拜谢
如题,小弟的php很菜,只基本认识php代码,
最近有做websokect聊天室的需求,但后端代码一直跑通,
我用的是wamp做php服务器,是不是php在支持websokect的时候需要在服务器配置什么东西啊

WS_STATIC_URL = 'http://127.0.0.1/websocket/static';<br />WS_HOST = '127.0.0.1';<br />WS_PORT = 843;
Copy after login
比如这里面的843端口什么的
------解决方案--------------------
如果有防火墙,那么相关端口都是要打开的

需要加载 php_sockets 扩展
服务端要以 CLI (命令行)方式运行,注意php.ini 的位置

Related labels:
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