Recent

Author Topic: something similar to signalR  (Read 884 times)

cpalx

  • Hero Member
  • *****
  • Posts: 753
something similar to signalR
« on: December 05, 2022, 06:34:30 pm »
Hello

Is there something similar to SignalR?

KodeZwerg

  • Hero Member
  • *****
  • Posts: 2007
  • Fifty shades of code.
    • Delphi & FreePascal
Re: something similar to signalR
« Reply #1 on: December 05, 2022, 06:42:52 pm »
I guess anything thats similar to asp.net will be similar to signalR, just use your own tunneling and you have it. Just my assumption, ofc it is more.
« Last Edit: Tomorrow at 31:76:97 xm by KodeZwerg »

cpalx

  • Hero Member
  • *****
  • Posts: 753
Re: something similar to signalR
« Reply #2 on: December 05, 2022, 08:17:35 pm »
and how?

is there any example anywhere?

Thanks.

MarkMLl

  • Hero Member
  • *****
  • Posts: 6676
Re: something similar to signalR
« Reply #3 on: December 05, 2022, 10:06:05 pm »
Not at all my area of expertise, but a trivial amount of Googling to find out WTF you were talking about brought up

Quote
WebSockets is actually the underlying transport that SignalR uses, at least most of the time.
https://www.linkedin.com/learning/learning-signalr-with-asp-dot-net-core/signalr-vs-websockets-vs-webrtc

and my recollection is that there's been a fair amount of relevant forum discussion in the past which "Advanced Search" will almost certainly turn up.

MarkMLl
MT+86 & Turbo Pascal v1 on CCP/M-86, multitasking with LAN & graphics in 128Kb.
Pet hate: people who boast about the size and sophistication of their computer.
GitHub repositories: https://github.com/MarkMLl?tab=repositories

cpalx

  • Hero Member
  • *****
  • Posts: 753
Re: something similar to signalR
« Reply #4 on: December 06, 2022, 01:33:53 am »
Thanks

I found this

https://github.com/Warfley/LazWebsockets

I will try

PierceNg

  • Sr. Member
  • ****
  • Posts: 369
    • SamadhiWeb
Re: something similar to signalR
« Reply #5 on: January 26, 2023, 02:07:02 pm »
SignalR has two layers: transport and hub messaging. The transport layer protocol is websockets. The hub messaging protocol allows two-way RPC and streaming; messages are encoded in either JSON or message pack (aka msgpack) format.

Even when building your own thing over websockets, SignalR's hub protocol is a good starting reference point.

- SignalR specs
- msgpack format

 

TinyPortal © 2005-2018