❔ SignalR Synopsis problem definitions

I'm making a synopsis and i want to write some questions for my problem definition, im asking for improvements on how i could make them better. Problem Definition: Main question: How can web developers implement real-time communication in a scalable and reliable way? Sub-questions: What are the main challenges of real-time communication in web applications, and how do they differ from traditional request-response models? What protocols can support real-time communication, and what are their relative strengths and weaknesses? How does SignalR simplify the process of implementing real-time communication, and what design choices does it make to ensure scalability and reliability?
70 Replies
Protagonist
ProtagonistOP2y ago
anyone? Just some advice guys
JakenVeina
JakenVeina2y ago
that all looks reasonable to me maybe if you're going to have a section focused on the strengths of SignalR, also have a section for the weaknesses?
Protagonist
ProtagonistOP2y ago
doesnt the second sub question satisfy that?
JakenVeina
JakenVeina2y ago
I was referring to the last question
Protagonist
ProtagonistOP2y ago
ah thank you, besides that its all good?
JakenVeina
JakenVeina2y ago
LGTM
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Protagonist
ProtagonistOP2y ago
thank you guys Also im gussing it will expect me to make a project regarding this right
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Protagonist
ProtagonistOP2y ago
Nothing really, Its for my final semester project and its just required to write a synopsis about the subject we chose and we will hold a presentation for it in less than 2 weeks With starters i just wanted to understand what it was so i made a WIP project that sends messages in real time
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Protagonist
ProtagonistOP2y ago
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
JakenVeina
JakenVeina2y ago
okay, so I missed the fact that you're using "real-time communication" to mean audio-video syreaming
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Protagonist
ProtagonistOP2y ago
ah not audio guys messages
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
JakenVeina
JakenVeina2y ago
then yeah, SignalR is a good solution
JakenVeina
JakenVeina2y ago
tailor-made even
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Protagonist
ProtagonistOP2y ago
do you think i will need to know the nitty gritty to answer those questions, i think if i was to cover that it uses Http and tcp and surface level that would be good enough no?
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Protagonist
ProtagonistOP2y ago
as in the details word for word, and not like a broad description or details because it isnt a long presentation
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Protagonist
ProtagonistOP2y ago
When you say this are you on about websockets SSE and lonpolling?
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Protagonist
ProtagonistOP2y ago
alright thanks
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Protagonist
ProtagonistOP2y ago
also do you think this is enough to talk about how signalR works? project wise
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Protagonist
ProtagonistOP2y ago
Since none of my questions are "what is SignalR" Would i go into that before starting the first question?
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Protagonist
ProtagonistOP2y ago
i meant as in when im giving the presentation to the audience
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Protagonist
ProtagonistOP2y ago
Okay thank you
Protagonist
ProtagonistOP2y ago
As a project for lets say a week to work on, this demonstrates real time communication correct?
Protagonist
ProtagonistOP2y ago
Well it does ofc i tried to see what type of transport mechanism my SignalR was using but i didnt know how to i thought using wireshark i would be able to see if its using websockets or SSE and so on but nothing came through anyone know how i can check that?
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Protagonist
ProtagonistOP2y ago
yes i went into the network settings and nothing pops off when i send a msg
Protagonist
ProtagonistOP2y ago
the only thing in the network settings
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Protagonist
ProtagonistOP2y ago
its empty rn
Protagonist
ProtagonistOP2y ago
Protagonist
ProtagonistOP2y ago
i mean it was already on all so the WS would show underneath right
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Protagonist
ProtagonistOP2y ago
what do u mean open before connecting. By the time i go to the network the page is loaded already and if its not that, that ur talking about then before doing an action? that still dont work
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Protagonist
ProtagonistOP2y ago
yes yes im saying that nothing shows up in that tab, now in one of the many tabs i opened a section does open up there does that mean the rest are using something else?
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Protagonist
ProtagonistOP2y ago
for example this tab has 4 but two other tabs have 0 and i did it the same way so whats the explanation for this
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Protagonist
ProtagonistOP2y ago
Protagonist
ProtagonistOP2y ago
do the amount of tabs opened n connections made fall in together> ?
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Protagonist
ProtagonistOP2y ago
/chathub it should be
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Protagonist
ProtagonistOP2y ago
https://localhost:7270/ do u mean this?
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Protagonist
ProtagonistOP2y ago
app.MapHub<ChatHub>("/chathub");
app.MapHub<ChatHub>("/chathub");
wait does this mean this is the incorrect url?
https://localhost:7270/
https://localhost:7270/
Apologies if im slow this is first time i work with SignalR n so on
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Protagonist
ProtagonistOP2y ago
thing is im using blazor and i did follow the hub thing Thank you tho
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Protagonist
ProtagonistOP2y ago
yes i believe
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Protagonist
ProtagonistOP2y ago
aha yes it shall oopsies when u highlight things on a screenshot the attention span of a person is directed to those things so to defend myself im a human 😛
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Protagonist
ProtagonistOP2y ago
i like to think of you as a horse when i speak to u it helps
Unknown User
Unknown User2y ago
Message Not Public
Sign In & Join Server To View
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server