Basic server

[examples/io/http/express/Basic server]


This example exposes a /status endpoint on port 3000 which accepts GET, POST, PUT, PATCH, and DELETE.


Input ports

  • start: any

Output ports

  • req body / query: any

  • error: any

Last updated