package expressws
Express-WS
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- expressws
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
trait
ExpressWS
extends Object
WebSocket endpoints for Express applications.
WebSocket endpoints for Express applications. Lets you define WebSocket endpoints like any other type of route, and applies regular Express middleware like for anything else.
- Annotations
- @RawJSType() @native()
- See also
-
trait
WS
extends Object with IEventEmitter
Express Web Socket Handle
Express Web Socket Handle
- Annotations
- @RawJSType() @native()
-
class
WSConfigOptions
extends Object
Configuration Options
Configuration Options
- Annotations
- @RawJSType() @ScalaJSDefined()
-
trait
WebSocket
extends Object with IEventEmitter
WebSocket Object
WebSocket Object
- Annotations
- @RawJSType() @native()
-
implicit final
class
WsEvents
extends AnyVal
Web Socket Events
-
trait
WsInstance
extends Object
Web Socket Instance
Web Socket Instance
- Annotations
- @RawJSType() @native()
-
implicit final
class
WsRouterExtensions
[T <: Router] extends AnyVal
WsRouting Extensions
-
trait
WsRouting
extends Object
Express-WS Routing Mix-in
Express-WS Routing Mix-in
- Annotations
- @RawJSType() @native()