at 24:25 i am getting this kind of error => The WebSocket handshake Connection field is missing the upgrade token can anyone tell me why this is happening, and how to resolve it. any help appreciated.
@brownonojeta5833 жыл бұрын
Awesome video, please when is part 2 coming, it will be awesome to see how to implement the async version. Thank you for a great explanation👍
@albertoscozzari1848 Жыл бұрын
Awesome tutorial with deep explanations ! I'm following part two
@sarveshkumarnasare142023 күн бұрын
this is the first tutorial that I regret to end so early🥲, the decision of not including namespace to shorten the syntax was great, the viewer will be able to debug their mistakes more easily Subscribed ❤👍🏻
@amantiwari14693 жыл бұрын
Please continue this series. : )
@altafnavalur3 жыл бұрын
Thank you so much for this. Part 2 link pls
@basaliali44912 жыл бұрын
THANK YOU. SUPER ENTERESAN. So You added the Try catch for closing the websocket connection .? So to put break. But I didnt understand why it is : "... != ... closed" So if cliënt close the connection the server websocket is not aware except if the server initiatief it's own close command ?
@sejungsong3 жыл бұрын
Thanks alot! Part 2 coming soon?
@ColinBroderickMaths Жыл бұрын
Line 12 at around 8 minutes in .... that might be the most insane way to create an int I have ever seen. Why on earth don't you just create an unsigned int the normal way?
@lohitmurali21374 ай бұрын
Honestly, I do not actually know. He probably wrote this thinking maybe the user wants to input arguments into terminal command through main method. But have 0 clue. I just said unsigned short port = 5000; instead of all of that.
@sto27792 жыл бұрын
Is it possible to please make a tutorial on how JavaScript front end can fetch data from backend C++ postgreSQL database using backend C++ websocket library? Thanks.
@danielelupo52242 жыл бұрын
Basically you want other people make your work...
@erenalks251910 ай бұрын
@@danielelupo5224my searched answer
@codyq09872 жыл бұрын
Very nice tutorial, thank you!
@hp21693 Жыл бұрын
Great, useful video thank you!
@erenalks251910 ай бұрын
İngilizcen den türk olduğunu anlamıştım adına da bakınca taşlar yerine oturdu
@danielelupo52242 жыл бұрын
Thanks a lot for the video, it's very helpful. But if you accept a suggestion, you need to improve your editing skills
@ulasdikme73072 жыл бұрын
Ofcourse, what kind of editing skills should I improve ? If you be more cleare then I can take your suggestions into account.
@danielelupo52242 жыл бұрын
@@ulasdikme7307 try the code that you write before the video more times, so you can write in the video with less typos and errors, for example just to avoid compiler errors due to keywords written the wrong way. Also try a slight bigger font for the video. A lot of people see those tutorials alto on smartphones. Even a little pip with your face in a corner is helpful, people usually like to see the person that's talking.
@sanketkamta1063 жыл бұрын
how can we render html pages in boost?
@arslangokturk73343 жыл бұрын
ws.accept(); kullanmadan, nasıl ws.write(); kullanabiliriz. ws.accept olmadığı vakit ws.write() bağlantıyı durduruyor. benim istediğim serverda admin komut girdiğinde tüm bağlı clientlere veya seçili tek bir cliente veri göndersin istiyorum. bunda yardımcı olursanız sevinirim.
@lqw3844 Жыл бұрын
Nice! Worked like a charm
@bkcyigit3 жыл бұрын
Ahaha when i cant find correct version thiss too 4:00
@mohamedsuhailirfankhazi66283 жыл бұрын
Hello bro. Can you please send me the code you typed? Or maybe provide Google Drive link for me to download it. Thank you.