Ask HN: Real time communication for .NET Core

1 points by interdrift ↗ HN
Building something in .NET Core that will require client-server and server-client communication. SignalR Core is currently not released. Any alternatives?

1 comment

[ 7.0 ms ] story [ 14.2 ms ] thread
It's actually dead easy to write a controller implementing Server Sent Events (SSE) which is one of the technologies SignalR uses. There are various articles on it if you Google around.