6 lines
137 B
Makefile
6 lines
137 B
Makefile
server:
|
|
PYTHONPATH=../../../../autobahn python server.py
|
|
|
|
client:
|
|
PYTHONPATH=../../../../autobahn python client.py ws://localhost:9000
|