opencoweb / coweb

Open Cooperative Web Framework
Other
232 stars 29 forks source link

Bot Transport support tutorial/demo #15

Open vinomaster opened 13 years ago

vinomaster commented 13 years ago

Create a bot wrapper supporting JMS or MQTT or another protocol for bot to session communication.

This is a good learning exercise as well as good demo to have.

vinomaster commented 13 years ago

The MQTT protocol enables a publish/subscribe messaging model in an extremely lightweight way. It is useful for connections with remote locations where a small code footprint is required and/or network bandwidth is at a premium.

More details can be found at: http://mqtt.org