Skip to content

Add a Port resource to represent listening ports for Subroutines

Instead of known ports, Subroutines should be able to be given their port. This should help to resolve port conflicts (ie. 2 rails apps listening on port 3000).

Attritubes:

  • name
  • protocol
  • number
  • type (:fixed, :dynamic)