SignalR server creation in a console application and client also using console app
Make ConsoleSignalRServer project as startup and start the app. This will create a serverless SignalR hub and will be available in the localhost:5000 Then you can run the angular app in local, you will be able to create connection. Currently added only the broadcasting mechanism. Rest will be updated soon.