Websocket
[VSoRC/.git] / node_modules / websocket / Makefile
diff --git a/node_modules/websocket/Makefile b/node_modules/websocket/Makefile
new file mode 100644 (file)
index 0000000..39ff645
--- /dev/null
@@ -0,0 +1,11 @@
+all:
+       node-gyp configure build
+
+clean:
+       node-gyp clean
+
+autobahn:
+       @NODE_PATH=lib node test/autobahn-test-client.js --host=127.0.0.1 --port=9000
+
+autobahn-server:
+       @NODE_PATH=lib node test/echo-server.js