摘要: stack.io 是一个用于实现 Web 后端和客户端之间的分布式和认证通讯。服务器端进程之间的通讯是非常高效的,因为没有中间的代理。而来自客户端的请求通过 socket.io 进入 Node.js 进程,类似 Express 的中间件可为请求增加认证和授权的功能。项目主页:http://www.open-open.com/lib/view/home/1387969908421 阅读全文
posted @ 2014-02-11 18:08 AppleCn 阅读(222) 评论(0) 推荐(0) 编辑
摘要: node-sqlserver 是微软官方发布的 SQL Server 的 Node.js 的驱动程序。可允许 Windows 上运行的 Node.js 程序访问 SQL Server 和 Windows Azure SQL 数据库。使用该驱动需要以下环境和组件支持:Node.js - use the latest version if possible, but it has been tested on node 0.6.10 and laternode-gyp - latest version installed globally (npm install -g node-gyp)pyth 阅读全文
posted @ 2014-02-11 16:13 AppleCn 阅读(448) 评论(0) 推荐(0) 编辑
摘要: 基于Node.js的实时推送 juggernautJuggernaut 基于 Node.js 构建。为浏览器和服务器端提供一个实时的连接,可在客户端和服务器端进行数据的实时推送,适合多角色游戏、聊天以及群组协作。特性:Node.js serverRuby clientSupports the following protocols:WebSocketAdobe Flash SocketActiveX HTMLFile (IE)Server-Sent Events (Opera)XHR with multipart encodingXHR with long-pollingHorizontal 阅读全文
posted @ 2014-02-11 16:09 AppleCn 阅读(336) 评论(1) 推荐(0) 编辑