How To Create A Real Time Chat App In Python Using Socket Programming | Part 1

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

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

  • @AllAboutPython
    @AllAboutPython  2 года назад +4

    Link to code: github.com/visheshdvivedi/Real-Time-Chat-Application

  • @Mr.Dorina
    @Mr.Dorina 10 месяцев назад +1

    the good thing about indian coding videos, is that the youtuber will explain everything you need to know in a very easy to understand way. Very good video.

  • @ChariTheAlternate
    @ChariTheAlternate Год назад

    I'm not gonna watch other tutorials beforehand I trust in you

  • @TommyReady
    @TommyReady 2 года назад +10

    This video could be used for a drinking game where you have to take a shot every time he says "okay" 🤣

  • @AstraGamesStudios
    @AstraGamesStudios 6 месяцев назад

    Thank you so much! I have learned a ton from you!

  • @clearcodee_
    @clearcodee_ Год назад

    Woah! Only this tutorial worked for me.. Thank you!!!!

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

    Really Awesome video, hoping for continuation

  • @Ammarsslash
    @Ammarsslash Год назад

    Very good video i understoond everything very well except where you say address[0] and address[1]

  • @akduman4680
    @akduman4680 Год назад +2

    Can we do this app on mysql server? Without importing socket

  • @user-ux9lo6et1l
    @user-ux9lo6et1l 10 месяцев назад

    bro this helps me a lot, thnk u ! have u included any encrypted feature for this chat applications

  • @nilchaudhari9934
    @nilchaudhari9934 Год назад +2

    Bro great job explaining, really appreciate it… is there a way I can directly get connected to you. Wanted to get learn more.

    • @AllAboutPython
      @AllAboutPython  Год назад

      Sure, you can contact me on instagram ID: itsallaboutpython

  • @lucapapini6705
    @lucapapini6705 Год назад

    thank you mN WE LOVE YOU

  • @xycreatives-ca
    @xycreatives-ca Год назад +2

    could you please also show how to deploy this on an internet server so people can down load it and chat?

  • @FAHADCOM-eq3zn
    @FAHADCOM-eq3zn 2 года назад

    THANK YOU BRO :D

  • @yo.average.pcb.designer
    @yo.average.pcb.designer 2 года назад

    very useful i can chat with my friends woohoo

  • @dhruvpaidukle835
    @dhruvpaidukle835 2 года назад +1

    I had an error in The server.py file when I run it is saying unable to connect to server

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

      i have uploaded the code on GitHub, here is the link: github.com/visheshdvivedi/Real-Time-Chat-Application

  • @pet.me102
    @pet.me102 8 месяцев назад

    How to solve ConnectionRefusedError: [WinError 10061] No connection could be made because the target machine actively refused it ?

  • @phoenixboi3348
    @phoenixboi3348 Год назад +1

    12:32 Just saving for when Somebody faces this in my chat.

  • @sridharshini.S
    @sridharshini.S Год назад

    Can i use this for cli based chat tool mini project. Is this correct for the title

  • @FunUnlimited_Official
    @FunUnlimited_Official 6 месяцев назад

    can we write this code in IDLE Python? (pls reply)

  • @rahimkhann6328
    @rahimkhann6328 Год назад

    My server and client doesn't connect how to solve it

  • @ashwanitiwari8234
    @ashwanitiwari8234 Год назад

    bro it is showing that it is unalbe to connect to the server

  • @clementadufu4632
    @clementadufu4632 Год назад

    Please mine didn't connect .....Is there something i need to install

    • @AllAboutPython
      @AllAboutPython  Год назад

      can you show the message that appeared in the command prompt ?

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

    I use port 5050 it works fine

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

    Why can't I import socket and threading?

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

      Can you give the error message that is displayed by python

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

    Can i use sublime test editor for this project

  • @nodirectionvlogs7237
    @nodirectionvlogs7237 Год назад

    can in code this in pytcharm does it make any change??

  • @storieswithumme4071
    @storieswithumme4071 Год назад

    "server" is not definedPylancereportUndefinedVariable another error

    • @AllAboutPython
      @AllAboutPython  Год назад

      can you provide a screenshot of the error, or the line number with the error message ?

    • @storieswithumme4071
      @storieswithumme4071 Год назад

      @@AllAboutPython sir I already send u error line

  • @acountdontexistanymore
    @acountdontexistanymore 11 месяцев назад

    hi i like your messenger but can you make like a fake discord?

  • @Dmdmsmsj
    @Dmdmsmsj 10 месяцев назад

    Bro why I can't connect 😢😢😢

  • @jul01s48
    @jul01s48 Год назад

    Hello, I have a project where I have to have a client and a server communicate using the socket and tkinter libraries. And I wanted to know if your application went through the server before sending the message back to the client? Thanking you @All About Python

    • @AllAboutPython
      @AllAboutPython  Год назад

      Yes, when a client sends a message to server, the server gets rhe message and sends it to all the clients

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

    yo can you please tell us how to chat with other people using this

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

      This project works on your local network, so anyone whose computer is in the same wifi network as your computer can chat with you.
      Just run server and then client script on your computer and tell yur friends to connect to the wifi you are using and run the client script

    • @zak.aexp02
      @zak.aexp02 Год назад

      @@AllAboutPython how can we use Wide area network

    • @AllAboutPython
      @AllAboutPython  Год назад

      For that you would need to run the server script on a server accessible over public network

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

    helllo ji