Architecture Implementation and Design for a Notification System using socket.io node.js and incoming messages

后端 未结 1 800
无人共我
无人共我 2021-01-31 20:26

Disclaimers

  • I have not worked with node.js before
  • I have not used socket.io before

I\'m looking at implementing a Google Plus, Facebook, St

相关标签:
1条回答
  • 2021-01-31 20:42

    Try to look at presentation Why databases suck for messaging which is namely about why you shouldn't use databases such as MySQL for messaging. Messaging and notifications systems works well with Event Driven Architecture and I would recommend to watch this presentation or to learn more on this topic from here in order to get a bigger picture about event driven "ecosystem".

    0 讨论(0)
提交回复
热议问题