Realtime web application using CQRS and websockets
I’ve started to put together a sample application having an architecture looking like this: [https://danielwertheim.se/content/images/2012/05/architechture.png] There’s an ASP.Net MVC application that only serves GET requests. Each rendered view then communicates to a web socket server using web…
Daniel Wertheim