Files
2014-08-10 11:30:47 +02:00

6 lines
137 B
Makefile

server:
PYTHONPATH=../../../../autobahn python server.py
client:
PYTHONPATH=../../../../autobahn python client.py ws://localhost:9000