I want to make a mini-online browser game using ASP.NET MVC, and I ran into a problem: I need to have some kind of always-running thread that will change certain parameters over time. By sending a request - the browser will receive JSON about the state of objects in the world.
But is it even possible to create a stream that runs all the time in MVC?