文件名称:websocket.tar
介绍说明--下载内容均来自于网络,请自行研究使用
大神写的websocket服务器,但有内存报错,也没管内存释放,还有一些不完善的地方,我给弄好了
把ws.html放到你的网站。修改里面的ip。
编译和运行服务器端(我是centos下)
gcc -g -o websocket websocket.c
valgrind --show-reachable=yes --leak-check=full ./websocket
访问http://你的网站/ws.html看效果。(The websocket server written by big God has memory errors and no memory release. There are still some imperfections.
Put ws.html on your website. Modify the IP inside.
Compile and run the server side (I am under CentOS)
GCC -g -o websocket websocket.c
Valgrind --show-reachable=yes --leak-check=full./websocket
Visit http:// your website /ws.html to see the effect.)
把ws.html放到你的网站。修改里面的ip。
编译和运行服务器端(我是centos下)
gcc -g -o websocket websocket.c
valgrind --show-reachable=yes --leak-check=full ./websocket
访问http://你的网站/ws.html看效果。(The websocket server written by big God has memory errors and no memory release. There are still some imperfections.
Put ws.html on your website. Modify the IP inside.
Compile and run the server side (I am under CentOS)
GCC -g -o websocket websocket.c
Valgrind --show-reachable=yes --leak-check=full./websocket
Visit http:// your website /ws.html to see the effect.)
(系统自动生成,下载前可以参看下载内容)
下载文件列表
文件名 | 大小 | 更新时间 |
---|---|---|
79d77a17dea5c2cbe8c53e173476fe99 | 122880 | 2017-07-04 |