Project

messed

0.0
No commit activity in last 3 years
No release in over 3 years
A framework for short message paradigms
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

Messed¶ ↑

Short messaging framework¶ ↑

We deal with short messages all the time. Email, SMS, twitter and XMPP are examples of such. This framework attempts to make it simple to deal with these various types of services.

Getting started¶ ↑

Generate your app, fill it in.

Topology¶ ↑

/----------\                   Worker                   /----------\
|          |    /-------\      Worker     /-------\     |          |
| Incoming |==> | Queue | ==>  Worker ==> | Queue | ==> | Outgoing |
|          |    \-------/      Worker     \-------/     |          |
\----------/                   Worker                   \----------/

Sample app¶ ↑

Let’s listen to every tweet your friend sends you, and, if its in delicious, add it, otherwise, reply with a message saying how much you enjoyed that link.