File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# msgflo-python: Python participant support for MsgFlo
22
3- [ MsgFlo] ( https://github.com/msgflo/msgflo ) is a distributed, polyglot FBP (flow-based-programming)
4- runtime. It integrates with other FBP tools like the [ Flowhub] ( http://flowhub.io ) visual programming IDE.
3+ [ MsgFlo] ( https://github.com/msgflo/msgflo ) is a distributed, polyglot FBP (flow-based-programming) runtime.
4+ It integrates with other FBP tools like the [ Flowhub] ( http://flowhub.io ) visual programming IDE.
55This library makes it easy to create MsgFlo participants in Python.
66
7- msgflo-python currently supports Python 2 and is built on top of [ Haigha] ( https://github.com/agoragames/haigha )
8- and [ gevent] ( http://www.gevent.org/ ) .
7+ msgflo-python currently supports Python 2 and is built on top of [ gevent] ( http://www.gevent.org/ ) .
8+ It uses [ Haigha] ( https://github.com/agoragames/haigha ) for AMQP support
9+ and [ Eclipse Paho] ( https://eclipse.org/paho/clients/python/ ) for MQTT.
910
1011## Status
1112
1213* Experimental*
1314
14- * Basic support for setting up and running Participants with AMQP/RabbitMQ transport
15+ * Basic support for setting up and running Participants
16+ * Support for AMQP/RabbitMQ and MQTT brokers
1517
1618## Usage
1719
You can’t perform that action at this time.
0 commit comments