Package

io.scalajs.npm

expressws

Permalink

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

    Permalink

    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

    Permalink

    Express Web Socket Handle

    Express Web Socket Handle

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

    Permalink

    Configuration Options

    Configuration Options

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

    Permalink

    WebSocket Object

    WebSocket Object

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

    Permalink

    Web Socket Events

  6. trait WsInstance extends Object

    Permalink

    Web Socket Instance

    Web Socket Instance

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

    Permalink

    WsRouting Extensions

  8. trait WsRouting extends Object

    Permalink

    Express-WS Routing Mix-in

    Express-WS Routing Mix-in

    Annotations
    @RawJSType() @native()

Value Members

  1. object ExpressWS extends Object with ExpressWS

    Permalink

    ExpressWS Singleton

    ExpressWS Singleton

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

    Permalink

    WebSocket Companion

  3. object WsInstance

    Permalink

    WsInstance Companion

Inherited from AnyRef

Inherited from Any

Ungrouped