portals-project / portals

Portals is a framework for stateful serverless apps, unifying dataflow streaming with actors
https://www.portals-project.org/
Apache License 2.0
19 stars 2 forks source link

added configurable Client and Server Port and IP #243

Closed MKLepium closed 1 year ago

MKLepium commented 1 year ago
  // TODO: read port from commandline 
  // example: sbt "distributed/runMain portals.distributed.SBTRunServer --port 8080"
  override val port: Int = 8080
jspenger commented 1 year ago

LGTM