WebSockets with Python and WebSocket API

preview_player
Показать описание
How to set up a WebSockets Client and Server and Connect them!
-------------------------------------
WebSocket API:
--------------------------------------

Thanks for watching, if the video was helpful to you a like and/or a star to the github repo would be appreciated ❤️
Рекомендации по теме
Комментарии
Автор

Some constructive advice:
It might be better to write the code yourself line by line while explaining what each line does instead of copy-pasting from the docs. I went to look on Youtube because their documentation is unclear and lacks explanations, so this is more of the same ;)
And as the others say of course, bigger text and taking your time more

NaturalBornCamper
Автор

Thanks a lot for this video. It was very helpful!

ernestkirubakaran
Автор

The video is good. But there was a hurry in the explanation.
It's like before I try to understand a concept, you jumped into another.

vishalsaigadige
Автор

how do I associate to main thread in Flask?
I tried to implement websockets and it works fine but when I tried to implement with my Flask project I've got this error:
RuntimeError: There is no current event loop in thread 'Thread-1'.

rafaelribeiro
Автор

How do I run the websocket on an already running event loop... Like what if I wanted to have a discordpy bot and the websocket is in a cog.

parkermathews
Автор

Any advice on how to use a websocket fully online, rather than just via local host? I have the index file live but unsure how to push the data using the websocket to a live server (if using the same computer the webpage updates but I want it to update for anyone accessing the page)

liib
Автор

Hey, could u tell me how to make with secured connection(wss://)? URGENT!

yeabsirasolomon
Автор

What about client disconnects, is socket still trying to send messages to him?

vladostema
Автор

Whats the advantage of using this instead of channels ?

SurinamElephant
Автор

4:04 I use dictonaries & db(like sqlite) for it with acess token

blackcatdevelper
Автор

I love it when the text is zoomed out and I cant read anything <3

desirocker
Автор

Do you have any idea on how to implement this into Flask... I like this better than SocketIO

edust
Автор

Wish I can click like a billion times!

Mrslykid
Автор

Why was I trying to listen to that song in the background ///\\\

altumpax
Автор

don't make videos when you're in a hurry dude.

Datdus
Автор

Bro you go too fast. For someone who was looking to understand the concept this is not a good video.

stefkostov