Gnubesoft: Async Python Websockets - Part 3 (P2P File Transfer)

Поделиться
HTML-код
  • Опубликовано: 11 янв 2025

Комментарии • 6

  • @damphuvve
    @damphuvve 2 года назад

    This opend up a new world of possibilities for me in my projects :) thanks a lot!

  • @conderalkonsikaao7545
    @conderalkonsikaao7545 4 года назад

    like it so much! The googl algorithm ranked it below average which is the loss of youtube. It is so valuable in helping coder find the correct path to the framework, method of websocket. Thank you Tim!

  • @anselemokeke8315
    @anselemokeke8315 2 года назад

    Amazing videos. Please make more python websocket as used in IoT

  • @rolyantrauts2304
    @rolyantrauts2304 3 года назад +2

    Tim do you post your code to github anywhere?

  • @shanecaler1167
    @shanecaler1167 2 года назад

    really appreciate these videos, thank you! Just curious, is there any downside to just using aiofiles to handle the reading/writing of the files rather than doing it in chunks?

  • @Ataraxient
    @Ataraxient 2 года назад

    I tough that p2p mean all user are equal, so why do you have server AND client, it should be clinet/server connected each other ?