Packages

p

io.scalajs.npm

expressws

package expressws

Express-WS

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. expressws
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. 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

    https://www.npmjs.com/package/express-ws

  2. trait WS extends Object with IEventEmitter

    Express Web Socket Handle

    Express Web Socket Handle

    Annotations
    @RawJSType() @native()
  3. class WSConfigOptions extends Object

    Configuration Options

    Configuration Options

    Annotations
    @RawJSType() @ScalaJSDefined()
  4. trait WebSocket extends Object with IEventEmitter

    WebSocket Object

    WebSocket Object

    Annotations
    @RawJSType() @native()
  5. implicit final class WsEvents extends AnyVal

    Web Socket Events

  6. trait WsInstance extends Object

    Web Socket Instance

    Web Socket Instance

    Annotations
    @RawJSType() @native()
  7. implicit final class WsRouterExtensions [T <: Router] extends AnyVal

    WsRouting Extensions

  8. trait WsRouting extends Object

    Express-WS Routing Mix-in

    Express-WS Routing Mix-in

    Annotations
    @RawJSType() @native()

Value Members

  1. object ExpressWS extends Object with ExpressWS

    ExpressWS Singleton

    ExpressWS Singleton

    Annotations
    @native() @JSImport( "express-ws" , JSImport.Namespace )
  2. object WebSocket

    WebSocket Companion

  3. object WsInstance

    WsInstance Companion

Inherited from AnyRef

Inherited from Any

Ungrouped