How to make REAL TIME apps 👩‍💻 #technology #programming #software #devops #code

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

Рекомендации по теме
Комментарии
Автор

But knowing what to bake and when is the skill to learn... Thanks 😃

ravikiranramachandra
Автор

So websocket is a full duplex connection in a nutshell

gamingthesoy
Автор

Never ever use polling for a social app, that would be suicide:D

armincal
Автор

What’s your favourite real time app? 👩‍💻

CodingWithLewis
Автор

“There are many ways to bake a cake, ” but they don’t all turn out tasting good.

unblockabl
Автор

Yeah but the first one is highly demanding on the server side and can lead to interruptions in the service easily if there's many users using it at the same time, in fact that could be a self DDoS attack for the high number of request.

JaviepalFordring
Автор

Please can you explain the long polling

fuadissa
Автор

I've heard these terms and understand them, but need something in code/practical will be good and which method is best ?

j
Автор

Websockets is just socket programming on application layer.

kinershah
Автор

But managing websockets is really annoying for both client and server. Especially with load balancers

クリス-pk
Автор

Real time computing is something else.

rixlabs
Автор

SSE is the way to go when only need to push updates to clients

scorpio
Автор

Chat server/client examples are found on many beginner tutorials for children.

v
Автор

How can I use websockets in my app? I want to connect two users in real time but I don't have any idea where I can dump my server side logic. Help please

valn_ilyo
Автор

ok but youre not talking about stateless architecture which is how you want to do a real time app

TAELSDOLL
Автор

hi what would be some of the advantages and disadvantages of using long polling over web sockets

therandomprogrammer
Автор

Hey sir
What do you think about dart programming lunguage and flutter framework

tilawah
Автор

long polling seemed like the most effective one? am i wrong?

erenkarakal
Автор

Sending request every second is only possible if you don't have any senior developer in the company otherwise you might die in mysterious circumstances.

kamranbashir
Автор

How should I develop a chat app in React ? Which protocol is better ?

GeorgeFlorian