tompaana / intermediator-bot-sample

A sample bot, built with the Microsoft Bot Framework (v4), that routes messages between two users on different channels.
https://tompaana.github.io/content/chatbots_as_middlemen.html
MIT License
124 stars 66 forks source link

Revisit API definition #4

Closed tompaana closed 7 years ago

tompaana commented 7 years ago

Evaluate the current message routing API. The API should be as clear and simple to make the reuse of the code as painless as possible. Should we position the message routing closer to middleware model?

tompaana commented 7 years ago

This is not far from done (in development branch currently), but I'll let this issue wait for review before closing.