igorantun / node-chat

:speech_balloon: Chat application built with NodeJS and Material Design
MIT License
760 stars 740 forks source link

MongDB Support #12

Closed igor9silva closed 9 years ago

igor9silva commented 9 years ago

What do you think of changing the dataset to Mongo? I could work in a port.

igorantun commented 9 years ago

Feel free to fork it and implement MongoDB, but for now we're sticking with MySQL to handle databases :)

igor9silva commented 9 years ago

I've just read the code and it seems not to be storing the messages. Am I right?

If so, do you plan to store the messages or you'll keep like that?

igorantun commented 9 years ago

Yes, messages are not being stored. We are keeping like that for now. May change in the future.