Realtime web application using CQRS and websockets
I’ve started to put together a sample application having an architecture looking like this: There’s an ASP.Net MVC application that only serves GET requests. Each rendered view then communicates to a web socket server using web sockets. The client issues commands and listens/reacts to business ev…
