Using ASP.net without core to trigger Events on WebClient Javascript / RawSocket Client / and Server

With the following four blocks of code you can trigger events over an open connection through ASP.net (without core) to EventSource Javascript objects or .NET Think clients. Below is an example on how I tackled this issue. This code is responsible for accepting connections both from HTTP, JS EventSource Listeners and .NET Think clients. The …