文件名称:websocket:解析套接字缓冲区,添加事件发射器和 cookie id
文件大小:5KB
文件格式:ZIP
更新时间:2024-08-06 17:50:30
JavaScript
网络套接字 解析套接字缓冲区,添加事件发射器和 cookie id 下载并安装 // in package.json "dependencies": { "node-websocket": ">=0.0.1" } $ npm install 配置和运行 // in your nodeserver file var ws = require('node-websocket').init; // bind events ws.on('connection', function(socket) { console.log(socket.id); // ID in cookie,key: socketId ws.on('join', function(data) { //send message socket.send('yes! it will send to f
【文件预览】:
websocket-master
----index.js(6KB)
----package.json(539B)
----.gitignore(587B)
----README.md(1KB)