A set of technologies in .NET for building web applications and web services. Miscellaneous topics that do not fit into specific categories.
SignalR falls back to long polling if a web socket connection cannot be made. Long polling uses AJAX and I think this is what you're asking.
Please read the official documentation which illustrates how to configure transport mode in an ASP.NET core application.