abdulhannanali / news-messenger-bot

A News Bot for Facebook messenger using Google News RSS Feeds
MIT License
6 stars 4 forks source link

Session management to the messenger bot using a DB #2

Open abdulhannanali opened 8 years ago

abdulhannanali commented 8 years ago

We can use MongoDB for this purpose hopefully. This session management will give us the ability to save some user preferences which are also supported by google news such as region, as well a little message memory can help in making the conversations better and doing continued conversations.

abdulhannanali commented 8 years ago

One strong preference I am giving is to MongooseJS because of the schemas!

sourabh2k15 commented 8 years ago

I guess firebase is better and we can even put it on client side. It is fast

abdulhannanali commented 8 years ago

Client side isn't managed by us, at all. The front end is provided by the platform provider which is messenger in this case.