booth:展位通过websocket或UNIX域套接字提供对称的事件API

时间:2024-05-24 04:15:04
【文件属性】:

文件名称:booth:展位通过websocket或UNIX域套接字提供对称的事件API

文件大小:8KB

文件格式:ZIP

更新时间:2024-05-24 04:15:04

socket node stream promise socket-io

摊位 展位通过websocket或UNIX域套接字提供对称的事件API 与socket.io类似,但功能较差。 简单事件API,简单的重新连接策略,通过客户端和服务器端上的Endpoint()对称使用。 api /* * options: WebSocket.Server options */ var booth = Booth ( options ) /* port */ var booth = Booth ( { port : 9000 } ) /* * httpServer instance * for using inside working http server * or with unix domain socket */ var booth = Booth ( { server } ) booth . on ( 'name' , handler ) boot


【文件预览】:
booth-master
----index.js(141B)
----package.json(1KB)
----readme.md(932B)
----test()
--------socket.test.js(2KB)
--------run(89B)
--------unix.test.js(1KB)
----Endpoint.js(2KB)
----license(759B)
----gulpfile.js(75B)
----Events.js(1KB)
----.eslintrc.js(70B)
----.gitignore(26B)
----Booth.js(615B)
----Addr.js(548B)
----util()
--------recoil.js(199B)
--------compose.js(692B)
--------safe.js(397B)
----.eslintignore(24B)

网友评论