ws 1.0.0 ws: ^1.0.0 copied to clipboard
WS: A compact, highly efficient WebSocket library. Easily establish, manage, and reconnect WebSocket connections in real-time apps.
1.0.0 #
- Stable release
- Add interceptors for incoming and outgoing messages
- Add possibility to send messages right after connection
1.0.0-pre.6 #
- BREAKING CHANGE: Change options to separate, platform-specific object
- You can now pass headers and other options to the IO web socket client
- Backoff full jitter strategy for reconnection attempts
- Add more metrics
- Public Fake WebSocket client for testing
0.1.2 #
- Update README.md
0.1.0 #
- Initial release