How to implement Socket.IO with ASP.Net, IISNode, Node.JS, and SQL Server for event-based push notifications?

后端 未结 2 1037
囚心锁ツ
囚心锁ツ 2020-12-28 08:49

For a notification project, would like to push event notifications out. These are things like login, change in profile, etc., and to be displayed to the appropriate client.

2条回答
  •  眼角桃花
    2020-12-28 09:03

    I would highly recommend using Pusher. That is what we use and it makes it easy to implement as it is a hosted solution. So plugging it and making it work is really easy. It doesn't cost much unless you are going to push a crazy amount of messages through it on a massive scale.

提交回复
热议问题