install:
npm install websocket
run:
nodejs example-server.js
# Needed by the build all script
all:
true
clean:
rm -rf node_modules