signalr - OWIN/Katana Architecture -
i'm looking use owin\katana based architecture replace set of functionality enterprise .net application, looks kind of this:
server
- iis hosted reporting engine (fairly lightweight, not whole lot of data, or db access)
- self-hosted soap/xml service provides installed clients
clients windows .net applications , installed on lan.
some improvements looking are:
- server -> client notification capability, similar signalr
- roaming client capability (this might require additional component in dmz, , optional architecture).
- want self host, , not rely on iis
- want bring as possible under same umbrella
is katana suited type of implementation? should use reporting? signalr choice if clients not browsers, .net windows apps?
any feedback appreciated!
Comments
Post a Comment