Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建简单的通知系统,我只是想知道用于完成这项工作的最佳技术是什么,现在我正在为每个用户每 30 秒执行一次 AJAX 请求以检查新通知。因为这将是娱乐网站实时提取通知并不重要。我主要关心的是浏览器支持、节省服务器资源和可扩展性,那么哪种技术最适合这项工作?
试试SignalR
http://www.hanselman.com/blog/AsynchronousScalableWebApplicationsWithRealtimePersistentLongrunningConnectionsWithSignalR.aspx