sp0oks / stock-broker

Making an asynchronous message broker using ZeroMQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

stock-broker

Making an asynchronous message broker using ZeroMQ

Execução

Para rodar um exemplo da arquitetura, siga estes passos, com cada arquivo Python rodando em um processo diferente:

cd src/
python broker.py
python example_workers.py
python example_clients.py

About

Making an asynchronous message broker using ZeroMQ

License:MIT License


Languages

Language:Python 100.0%