File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change 1
1
# @socket .io/bun-engine
2
2
3
+ A highly efficient, Bun-powered engine for Socket.IO, designed to enhance real-time communication performance.
4
+
5
+ This package provides a custom engine for Socket.IO that leverages the speed and scalability of Bun to handle WebSocket
6
+ connections seamlessly.
7
+
8
+ Reference: https://socket.io/
9
+
10
+ ** Table of contents**
11
+
12
+ <!-- TOC -->
13
+ * [ How to use] ( #how-to-use )
14
+ * [ Options] ( #options )
15
+ * [ ` path ` ] ( #path )
16
+ * [ ` pingTimeout ` ] ( #pingtimeout )
17
+ * [ ` pingInterval ` ] ( #pinginterval )
18
+ * [ ` upgradeTimeout ` ] ( #upgradetimeout )
19
+ * [ ` maxHttpBufferSize ` ] ( #maxhttpbuffersize )
20
+ * [ ` allowRequest ` ] ( #allowrequest )
21
+ * [ ` cors ` ] ( #cors )
22
+ * [ ` editHandshakeHeaders ` ] ( #edithandshakeheaders )
23
+ * [ ` editResponseHeaders ` ] ( #editresponseheaders )
24
+ * [ License] ( #license )
25
+ <!-- TOC -->
26
+
3
27
## How to use
4
28
5
29
``` js
You can’t perform that action at this time.
0 commit comments