express-websocket:通过 websocket 请求访问快速路由

时间:2024-07-18 04:03:07
【文件属性】:

文件名称:express-websocket:通过 websocket 请求访问快速路由

文件大小:4KB

文件格式:ZIP

更新时间:2024-07-18 04:03:07

JavaScript

express-websocket 使用 websocket 连接访问快速路由。 安装 npm install psi-4ward/express-websocket 服务器 // Init express var app = require ( 'express' ) ( ) ; app . get ( '/hello' , function ( req , res ) { // identify / access websocket within routes / middlewares if ( req . isWebsocket ) { console . log ( 'request from spark id' , req . spark . id ) ; } res . send ( 'Hello World!' ) } ) ; var http


【文件预览】:
express-websocket-master
----LICENSE(1KB)
----README.md(1KB)
----.gitignore(18B)
----index.js(2KB)
----package.json(901B)

网友评论