I am trying to get a real-time chat service for cross-platform devices to life. The problem is that
System.Net.WebSockets
namespace doesn\'t allow me directly
I guess reinventing the wheel would be very stupid, so I better use SignalR for this purpose.
Thanks @Jonesy for making me aware of this Microsoft library!
edit:
SignalR doesn't work properly on non-"IIS Express" mode. "Local IIS" causes the whole project to fail.
edit:
SignalR works now. A rewrite rule made it impossible to get the proper path.