PHP WebSocket
- 授权协议: 未知
- 开发语言: PHP
- 操作系统: 跨平台
- 软件首页: http://github.com/nicokaiser/php-websocket
软件介绍
PHP WebSocket是一个简单的 WebSocket服务器的PHP实现,遵循WebSocket RFC的draft75和draft76规范。支持Flash Socket Policy请求。整个服务器采用模块化设计,非常易于扩展。
客户端代码示例:
var server = new WebPush('ws://localhost:8000/echo');
server.bind('open', function() {
// Connection openend...
server.send("Hello, I'm there!");
});
server.bind('close', function() {
// Connection closed...
});
server.bind('message', function(data) {
// Data received
});
Boolean Reasoning
Brown, Frank Markham / 2003-4 / $ 19.15
A systematic treatment of Boolean reasoning, this concise, newly revised edition combines the works of early logicians with recent investigations, including previously unpublished research results. Th......一起来看看 《Boolean Reasoning》 这本书的介绍吧!
Markdown 在线编辑器
Markdown 在线编辑器
UNIX 时间戳转换
UNIX 时间戳转换
