示例#1
0
import PhysVizServer as PVS
import WebSockets.PWSServer as PWS

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

PVS.run(80)

示例#3
0
import PhysVizServer as PVS

PVS.PORT = 8001
PVS.run()