- python3
- beanstalkd
- flask
$ beanstalkd -V
./producer.extension 2016.20 2012-07-08 11:14:15
- Log system API
$ python3 consument.py -l
- Event system API
$ python3 consument.py -e
Flask server is printing the received message from producent.
$./run_server.sh
$ python3 -m unittest test.py