abejfehr / concierge

Bringing back Google SMS
0 stars 1 forks source link

Create a proper router #1

Open abejfehr opened 9 years ago

abejfehr commented 9 years ago

It would be nice if "modules" of some type could just subscribe to messages that match certain criteria. Like a translate module could match messages like "translate %word or phrase% from %source_lang% to %goal_lang%" or something similar. And then the router would just distribute the messages to the correct module, receive the response, and send it out.