#Google

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

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

  • @manankoyawala5337
    @manankoyawala5337 9 месяцев назад +1

    Working well this is my first experenice with socket io thanks

  • @tnysvntr
    @tnysvntr 4 года назад +1

    Please continue doing this kind of tutorials. Also wishing you can make a complete app through series so we can experience how to make a comlete flutter app

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

    Great work.. Thanks for explations... So Whats is your theme it settings ?

  • @vishwayasas7981
    @vishwayasas7981 3 года назад +1

    Thank you so much sir.

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

    Very useful ..thank you dear..

  • @vishwayasas7981
    @vishwayasas7981 3 года назад

    sir, How to create a screen where you can exchange messages between developer and user? Can you put a video about it?

  • @aytunch
    @aytunch 4 года назад +1

    Great tutorial. How can we send a message to a specific user/ip from our server. We would not want somebody to see a chat message that is not sent for them. Is it too hard to implement in the php code?

    • @MobileProgrammer
      @MobileProgrammer  4 года назад +1

      The user should open a socket connection to your server and then you can send thru that channel.

  • @nanisamireddy
    @nanisamireddy 4 года назад +1

    Super bro

  • @thetshinemyat2318
    @thetshinemyat2318 4 года назад +1

    thanks u

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

    It works, thank's sir

  • @Build_the_Future
    @Build_the_Future 3 года назад

    Can I use this to communicate with a server with an IP and a port?

  • @murilopazzini4241
    @murilopazzini4241 4 года назад +1

    Will this work with socketIo implementation on NodeJs?

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

      Socket io uses a different implementation of socket. I wil be making another tutorial on socket io and flutter

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

      @@MobileProgrammer can also use websocket using nodejs. Not necessarily socket io

  • @ExtremeKnowledges
    @ExtremeKnowledges 3 года назад

    Hello Sir, status Connected but messages not showing

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

    I'm having a hard time with my code. It is giving the following error:
    Warning: socket_bind (): unable to bind address [10048]: Normally only one use of each socket address (protocol / network address / port) is allowed. in C: \ xampp \ htdocs \ messages \ server.php on line 10
    It was not possible to bind, I tried several ways and I can't help me

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

    How to create zoom like app in flutter...??

  • @razaabbas861
    @razaabbas861 4 года назад +1

    Can you help me with this Error ?? WebSocketException: Connection to '52.57.112.216:6001/chats/5#' was not upgraded to websocket

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

      The protocol should be web socket

    • @razaabbas861
      @razaabbas861 4 года назад +1

      @@MobileProgrammer This is exception .. i am using ws:// to connect ... but this is coming .. searched everywhere..

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

      Are you using socket io server?

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

      No its websocket , my developer just gave me (broadcaster , key , wsHost , wsPort) and i am using it like this ... IOWebSocketChannel.connect('ws://wsHost :wsPort/chats/4');

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

    I'm getting the following error :
    OS Error: Connection refused, errno = 111, address = 127.0.0.1, port = 58168
    how do i resolve it?
    im using port 6000, but the error message throws a random number

    • @MobileProgrammer
      @MobileProgrammer  4 года назад +1

      Is your server running?

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

      @@MobileProgrammer yes
      Same address and port
      I think there's a problem with xampp connection

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

      @@MobileProgrammer it works when you change address to 10.0.2.2 on the client's side

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

      That’s localist for Android

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

      could you solve? I have the same error.

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

    links broken