Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Programming
»
Networking and Web Programming
»
something similar to signalR
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
IRC channel
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Variables as indexes of a...
by
dsiders
[
Today
at 03:37:52 am]
[Solved] Can a thumbnail ...
by
jamie
[
Today
at 02:47:30 am]
Random crashes on Mac Stu...
by
jamie
[
Today
at 02:18:19 am]
How to access and set pro...
by
KodeZwerg
[
Today
at 01:55:40 am]
OpenSSL 3.0 vs Indy's 1.0...
by
Remy Lebeau
[
Today
at 01:26:36 am]
CompareText improvement
by
BeniBela
[
Today
at 12:31:51 am]
Fullscreen event?
by
KodeZwerg
[
Today
at 12:17:27 am]
fpc 3.3.1 or lazarus 2.3 ...
by
Martin_fr
[March 30, 2023, 11:29:01 pm]
Make build crashes
by
Jonas Maebe
[March 30, 2023, 09:19:49 pm]
Synapse TCP/IP client and...
by
GetMem
[March 30, 2023, 09:16:46 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: something similar to signalR (Read 603 times)
cpalx
Hero Member
Posts: 740
something similar to signalR
«
on:
December 05, 2022, 06:34:30 pm »
Hello
Is there something similar to SignalR?
Logged
KodeZwerg
Hero Member
Posts: 1221
Fifty shades of code.
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.
Logged
«
Last Edit:
Tomorrow
at 31:76:97 by
KodeZwerg
»
cpalx
Hero Member
Posts: 740
Re: something similar to signalR
«
Reply #2 on:
December 05, 2022, 08:17:35 pm »
and how?
is there any example anywhere?
Thanks.
Logged
MarkMLl
Hero Member
Posts: 5923
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
Logged
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: 740
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
Logged
PierceNg
Sr. Member
Posts: 334
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
Logged
Pascal blog posts, open source:
-
https://samadhiweb.com/tags/Pascal.html
-
https://github.com/PierceNg/fpwebview
-
https://github.com/PierceNg/wasm-demo
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Programming
»
Networking and Web Programming
»
something similar to signalR
TinyPortal
© 2005-2018