websync

ASP.Net MVC & Comet (WebSync)

核能气质少年 提交于 2019-12-21 21:52:51
问题 I'm trying to implement comet in my ASP.Net MVC 2.0 project. I'm using WebSync from FrozenMountain. My website is coded in C# 4.0 and ASP.Net 4.0. The comet code is triggering my MVC controller function with the [HttpPost] attribute (even though the page doesn't refresh or appear to post). Is there a way to determine what is being posted and ignore that route in my global.asax.cs ? Please note, I know how to ignore routes with MVC, that is not the issue. 回答1: The gentlemen at Frozen Mountain

Websync: pros and cons?

我的未来我决定 提交于 2019-12-07 11:19:39
问题 What is your experience working with Websync (comet framework)? Have you considered any alternatives before using it? So far I can say that Pros: Very straightforward and easy to use Does not require any server configuration Cons: Expensive (turned out to save us tons of money on bandwidth, so not quite) Lack of documentation (there are still few gotchas with WebSync3, but documentation is very nice and comprehensive) Javascript framework is not flexible enough (turned out to be flexible