Text listener

[sdks/expressjs/Text listener]


Starts an express server set up for handling requests and also responding with text bodies.


Keywords: express, http, server, start, text, plain

Input ports

  • app ID: string

    The id of the express instance. Example: "my-express-server"

  • port: number

    The port number express should listen to. Example: 3000

Output ports

  • done: any

  • error: {"error": string}

    Sends error information in case the server could not be started or a middleware could not be applied.

Last updated