ws center:具有高级抽象和HTTP API的分布式WebSocket服务器 源码
居中 基于及其具有高级抽象和HTTP API的分布式WebSocket服务器。 API文档 如何使用 服务器 更改/config文件夹中的/config ,然后部署此应用程序。 客户 客户端可以使用socket.io client与服务器进行通信。 const SocketClient = require ( 'socket.io-client' ) const client = SocketClient ( 'http://localhost:9001' , { query : { userId : id } , path : '/ws' } ) client . on ( 'm
文件列表
ws-center-master.zip
(预估有个29文件)
ws-center-master
Dockerfile
230B
.gitignore
736B
README.md
842B
test
index.test.js
209B
api
user.test.js
3KB
room.test.js
2KB
LICENSE
1KB
暂无评论