App | uWebSockets.js v20.61.0 documentation

Function App

  • App(options?: AppOptions): TemplatedApp

    Constructs a non-SSL app. An app is your starting point where you attach behavior to URL routes. This is also where you listen and run your app, set any SSL options (in case of SSLApp) and the like.

    Parameters

    Returns TemplatedApp