文件名称:longpolling_room:长投票聊天室样本
文件大小:10KB
文件格式:ZIP
更新时间:2024-08-02 06:56:33
PHP
longpolling_room 这是一个实作Long polling 机制的web 程式没有多余不相干的功能,纯粹的comet programming 基本范例 Long polling的介绍可参考这篇 程式介绍 index.php 为主程式进入点 allmsg.php 为第一次程式进入,抓取所有讯息 connect.php 资料库连接,统一函式 logout.php 清除SESSION 达到登出的效果 longpolling.php 程式反覆存取这只程式,已取得最新资料,反映到画面 sendmsg.php 使用者借这只程式,将讯息传送出去,并保存于资料库 signin.php 使用者第一次需要先登入(只要求输入姓名) 资料库架构介绍 本系统的资料库架构十分简易,资料表与栏位如下 Schema 介绍 user (uid,name) 储存使用者基本资料 msg (id,content,se
【文件预览】:
longpolling_room-master
----index.php(4KB)
----signin.php(807B)
----longpolling.sql(7KB)
----allmsg.php(603B)
----longpolling.php(1KB)
----.gitignore(3KB)
----README.md(3KB)
----sendmsg.php(672B)
----.gitattributes(483B)
----logout.php(167B)