thinktecture / boardz-cross-platform-sample

Sample application for demonstrating various aspects of modern cross-platform applications - using Angular 2, Cordova, Electron & gulp. With a .NET Web API & SignalR backend.
MIT License
78 stars 30 forks source link

Implement SignalR push scenario #17

Closed ChristianWeyer closed 8 years ago

ChristianWeyer commented 9 years ago

Some cool but useful use case... ;)

ManuelRauber commented 9 years ago

Why not socket.io?

ChristianWeyer commented 9 years ago

Erm... because our backend is .NET entirely :D

ManuelRauber commented 9 years ago

Well, I hoped, without looking further, that there is a socket io server for .net :)

ChristianWeyer commented 9 years ago

This is the reason why SignalR exists in the first place ;)

ManuelRauber commented 9 years ago

Hurray

ManuelRauber commented 8 years ago

This has been done for ng2-basta branch.