servicestack awesome. i'm using xamarin projects (monotouch , monodroid).
users login , authorised servicestack. session details kept in memory i.e. userid, ipaddress, etc.
but best way add websocket functionality push notifications these users?
or better leave regular websocket open on client , have small websocket server somehow read session data (user ipaddress) servicestack in order relay bespoke messages client?
as alternative web sockets servicestack supports server sent events real-time event notifications. chat apps in live demos utilizes server events real-time communication.
but doesn't include support web sockets itself, although here's example of using servicestack , signalr in same project.
Comments
Post a Comment