server:
	PYTHONPATH=../../../../autobahn python server.py

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