Websocket
[VSoRC/.git] / node_modules / websocket / Makefile
1 all:
2         node-gyp configure build
3
4 clean:
5         node-gyp clean
6
7 autobahn:
8         @NODE_PATH=lib node test/autobahn-test-client.js --host=127.0.0.1 --port=9000
9
10 autobahn-server:
11         @NODE_PATH=lib node test/echo-server.js