Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: FOSSFORGE/uWestJS

Tags

v2.0.1

Toggle v2.0.1's commit message
Release v2.0.1

v2.0.0

Toggle v2.0.0's commit message
Release v2.0.0

v1.0.1

Toggle v1.0.1's commit message
chore: release v1.0.1 - update uWS to v20.60.0, add Node 24/25 suppor…

…t, upgrade dependencies

v1.0.0

Toggle v1.0.0's commit message
Release v1.0.0: Initial stable release of uWestJS

This marks the first stable release of uWestJS, a high-performance WebSocket
adapter for NestJS powered by uWebSockets.js.

Features:
- Full NestJS WebSocket decorator support
- Complete middleware support (Guards, Pipes, Filters, Interceptors)
- Room-based broadcasting with Socket.IO-compatible API
- Dependency injection support for middleware via ModuleRef
- Automatic backpressure handling and message queuing
- CORS configuration with flexible origin validation
- Lifecycle hooks (afterInit, handleConnection, handleDisconnect)
- Comprehensive test coverage (248 tests: 209 unit, 39 integration)

Documentation:
- Complete README with quick start and usage examples
- Comprehensive API reference documentation
- Migration guide from Socket.IO adapter
- Performance tips and troubleshooting guide