mirror of
https://github.com/oven-sh/bun
synced 2026-02-11 03:18:53 +00:00
* WebSocketServer wrapper + socket.io initial support * fix up backpressure * fix up backpressure * fix http address * add socket.io tests * add closing tests * add connection state recovery tests for socket.io * add handshake test * add middeware tests for socket.io * added socket.io socket middleware tests * add more socket.io test comment/skip hang tests * add pending package for tests * add server attachment servers for socket.io * add utility-methods tests for socket.io * rename * rename * add messaging-many socket.io tests * add namespaces tests to socket.io * skip some tests * fmt * add packages to general package.json
11 lines
221 B
JSON
11 lines
221 B
JSON
{
|
|
"name": "socket.io",
|
|
"version": "1.0.0",
|
|
"dependencies": {
|
|
"socket.io": "^4.6.1",
|
|
"socket.io-client": "^4.6.1",
|
|
"supertest": "^6.1.6",
|
|
"uWebSockets.js": "uNetworking/uWebSockets.js#v20.24.0"
|
|
}
|
|
}
|