Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Controll multiple TestxServer usin only one TestxController #99

Open
b1zzu opened this issue Dec 4, 2019 · 0 comments
Open

Controll multiple TestxServer usin only one TestxController #99

b1zzu opened this issue Dec 4, 2019 · 0 comments
Labels
idea A new idea worth to be discussed before implementing it

Comments

@b1zzu
Copy link
Contributor

b1zzu commented Dec 4, 2019

Currently, the controller is capable of managing only one server, in my opinion, the controller should be able to manage multiple servers so that we will not have to start multiple controllers.

new TestxController({
  myserver: new TestxServer(...),
  fooserver: new TestxServer(...)
})
new TestxDirector({url: "", server: "myserver"})
@b1zzu b1zzu added the idea A new idea worth to be discussed before implementing it label Dec 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
idea A new idea worth to be discussed before implementing it
Projects
None yet
Development

No branches or pull requests

1 participant