JSON listener
Last updated
Last updated
[sdks/expressjs/JSON listener]
Starts an express server set up for handling requests and also responding with JSON bodies.
Keywords: express, http, server, start, json
app ID: string
The id of the express instance. Example: "my-express-server"
port: number
The port number express should listen to. Example: 3000
done: any
error: {"error": string}
Sends error information in case the server could not be started or a middleware could not be applied.