SignalR Tutorial 17 - Coding Our JavaScript (Client Side) - Part 2

preview_player
Показать описание


~~~~~~~~~~~~~~~ CONNECT ~~~~~~~~~~~~~~~

~~~~~~~~~~~~~~ SUPPORT ME ~~~~~~~~~~~~~~

🅑 Bitcoin - 3HnF1SWTzo1dCU7RwFLhgk7SYiVfV37Pbq
🅔 Eth - 0x350139af84b60d075a3a0379716040b63f6D3853
Рекомендации по теме
Комментарии
Автор

just a piece of advice !! make high level videos !! Like if someone is here for SignalR they probably know about classes, functions and asp.net core stuff

baba_enter
Автор

I don't understand how client finds server without connection details? I assume at least server host and connection port must be setup as parameters, isn't it ?

vchirilov
Автор

i am getting the error - Uncaught TypeError: Cannot read property 'hub' of undefined
can u please help

akshayagarwal
Автор

Good video but maybe could be better without mvc layout part. A single view would be enough.

quzgunsu
Автор

adding [assembly: in AssemblyInfo.cs worked for me.

moheebullah
Автор

Hi Caleb. Keep up the good work. I hope you are still working on the next video in this series. Waiting for it... :) Peace :)

manavendra
Автор

How can we use SignalR with Web API and i want to call it from MVC Web App and same api from my Mobile App, need your help Please help!

rajeshkumarkashyap
Автор

Uncaught Error: SignalR: Error loading hubs. Ensure your hubs reference is correct, e.g. <script src='/signalr/js'></script>.
at Object.start (jquery.signalR-2.4.1.js:251)
at SingalR.js:2

Anyone got this error? Please help me

waiyanmaungoo
Автор

Failed to load resource: the server responded with a status of 404 (Not Found) (hubs)

mrumersaleem
Автор

If anyone is having a hard time making this code to work with an MVC 5 ASP.Net application, i recomend to update jquery to 3.3.7 version and putting the references from jquery.signalR-2.2.2.js like this: "/// <reference path="jquery-3.3.1.js" />
/// <reference />"

abelrodriguezvera
Автор

Previously, I got the error Uncaught TypeError, and using setTimeout like this

setTimeout(function () {
() {
console.log("It Worked!");
})
.fail(function () {
alert("Error!");
});
}, 5000);

ryenitaproject
visit shbcf.ru