Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Marinerer committed Dec 3, 2024
1 parent eb11471 commit 918a303
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion libs/websocket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ WebSocket connection protocol.
WebSocket connection options.

```typescript
interface WebSocketConnectOptions {
interface IOptions {
// Reconnection configuration
reconnect?:
| boolean
Expand Down
13 changes: 2 additions & 11 deletions libs/websocket/note.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,7 @@

- https://github.com/pladaria/reconnecting-websocket/
- https://github.com/joewalnes/reconnecting-websocket

- https://github.com/zimv/websocket-heartbeat-js
- https://github.com/jaywcjlove/websocket/
- https://github.com/appuri/robust-websocket/
- https://github.com/theturtle32/WebSocket-Node/



参考:
// https://github.com/pladaria/reconnecting-websocket/ ⭐️⭐️⭐️⭐️
// https://github.com/joewalnes/reconnecting-websocket ⭐️⭐️⭐️
// https://github.com/lukeed/sockette/ ⭐️⭐️⭐️
// https://github.com/appuri/robust-websocket/
// https://github.com/jaywcjlove/websocket/
// https://github.com/zimv/websocket-heartbeat-js

0 comments on commit 918a303

Please sign in to comment.