-
- Downloads
Added ZeroMQ and updating web page
To make it run one have to: 1. Start sensor (simple broker) $ cd cpp-app # compile app $ gcc -lstdc++ -lczmq -lzmq -o test test.cpp # Run app $ ./test 2. Start server npm start 3. Visit web page at http://localhost:3000
... | ... | @@ -8,6 +8,7 @@ |
}, | ||
"dependencies": { | ||
"bower": "*", | ||
"express.io": "*" | ||
"express.io": "*", | ||
"zmq": "*" | ||
} | ||
} |
Please register or sign in to comment