UNPKG
@synet/realtime
Version:
latest (0.1.0)
0.1.0
Realtime Communication server/client implementations
synthetism.ai
synthetism/realtime
@synet/realtime
/
src
/
client
/
websocket
/
websocket-types.ts
7 lines
(6 loc)
•
145 B
text/typescript
View Raw
1
2
3
4
5
6
7
export
interface
WebsocketOptions
{
headers
?:
Record
<
string
,
string
>;
protocols
?:
string
[];
topicInPath
?:
boolean
;
heartbeat
?:
number
; }