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

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

PVS.run(80)

Example #3
0
import PhysVizServer as PVS

PVS.PORT = 8001
PVS.run()