Is SignalR possible without jQuery?

uSeRnAmEhAhAhAhAhA picture uSeRnAmEhAhAhAhAhA · Sep 18, 2013 · Viewed 13.7k times · Source

Can TypeScript only be used to create SignalR web apps, or do we have to use jQuery? Or is there a TypeScript version of SignalR?

Answer

N. Taylor Mullen picture N. Taylor Mullen · Sep 18, 2013

SignalR has a dependency on JQuery therefore it is required that you use it.

However, there is an issue filed on the SignalR source GitHub page to re-write the JS client without the JQuery dependency.

https://github.com/SignalR/SignalR/issues/372