running multiple clients in parallel
-
Hello,
I’m working on a project that connects multiple clients through WebRTC.
I therefore need to run multiple clients in parallel, e.g. two electron clients.
Is there a simple way to launch two clients using the same webpack server?
For the moment I startquasar dev xyz
two times from two separate terminals, but it makes things extremely slow…
Many thanks in advance!