WebSocket.IO

码农软件 · 软件分类 · Node.js 扩展 · 2019-04-15 14:59:11

软件介绍

WebSocket.IO 是 WebSocket 服务器端的抽象,用于 Socket.IO。广泛支持 WebSocket 协议和规范。

示例代码:

var ws = require('websocket.io')
  , server = ws.listen(3000)

server.on('connection', function (socket) {
  socket.on('message', function () { });
  socket.on('close', function () { });
});

Features

  • Fast

  • Minimalistic

    • Offers an integration API for higher-level impls to handle authorization, routing, etc

  • Widest support of protocols

    • Draft-75

    • Draft-76

    • Draft-00

    • Protocol version 7

    • Protocol version 8

    • Protocol version 13

  • Written for Node 0.6

本文地址:https://codercto.com/soft/d/3640.html

Geometric Folding Algorithms

Geometric Folding Algorithms

Erik D Demaine / Cambridge University Press / 2008-8-21 / GBP 35.99

Did you know that any straight-line drawing on paper can be folded so that the complete drawing can be cut out with one straight scissors cut? That there is a planar linkage that can trace out any alg......一起来看看 《Geometric Folding Algorithms》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

XML 在线格式化
XML 在线格式化

在线 XML 格式化压缩工具

html转js在线工具
html转js在线工具

html转js在线工具