It would be useful to run all services in a project on single port with lib http. You could then proxy client requests locally in development.
Currently, it's possible to run all services locally but you'd need to specify a different port for each with: lib http -p <port number>.