broidHQ / integrations

Connect your App to Multiple Messaging Channels with the W3C Open standard.
https://www.broid.ai
GNU Affero General Public License v3.0
745 stars 83 forks source link

Integrate with existing Express application #71

Closed jcampbell05 closed 7 years ago

jcampbell05 commented 7 years ago

I've been looking into how to implement this into Bottr from the issue you left their, for technical reasons to due to some of the features we wish to roll out we need to control where the endpoints get mounted.

Currently we do this by using the ability to embed an express route inside of another express route.

We wouldn't be able to support the way broidHQ kickstarts express listening, so we would need this to be fixed in order to be able to support broid.

killix commented 7 years ago

We working on something like that. Let us some time before publish our work.

jcampbell05 commented 7 years ago

@killix Awesome :) let me know if I can help :)

killix commented 7 years ago

We actually testing all the integrations to be sure, we not introduced regression somewhere. We will able to merge after that.

killix commented 7 years ago

Fixed with the version 2.2.0. @jcampbell05 take a look to https://github.com/broidHQ/broid-kit ;)