DVLP / signalr-no-jquery

120 stars 77 forks source link

examples ? #48

Closed hypo-thesis closed 4 years ago

hypo-thesis commented 4 years ago

Any react example in which it fetched some data from signalr server ? I would appreciate it.

I don't know where to put my request as such :

{ "H":"quotessubscribehub", "M":"getLastPrices", "A":[["BTCUSD","LTCUSD","ETHUSD","TLRY.US","GWPH.US"]], "I":0 }

DVLP commented 4 years ago

The client-side is the same as regular SignalR (non-.NET version) and covered in it's documentation