Charca / bootbot

Facebook Messenger Bot Framework for Node.js
MIT License
974 stars 253 forks source link

Provides opportunity to use BootBot without creating a new express server. #126

Open dapagyi opened 6 years ago

dapagyi commented 6 years ago

I had a problem while using ChatBot on Heroku; I couldn't run my express server and chatbot server at the same time, in the same app. This modification allows to do it.

iwko commented 6 years ago

Missing unit tests