Beispiel #1
0
import PhysVizServer as PVS
import WebSockets.PWSServer as PWS

PWS.runInThread(8100)
PVS.run(8000)
Beispiel #2
0
import PhysVizServer as PVS

PVS.run(80)

Beispiel #3
0
import PhysVizServer as PVS

PVS.PORT = 8001
PVS.run()