Working well this is my first experenice with socket io thanks
@tnysvntr4 жыл бұрын
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
@MobileProgrammer4 жыл бұрын
Sure. Thanks
@vishwayasas79813 жыл бұрын
Thank you so much sir.
@ismailkoyuncu55184 жыл бұрын
Great work.. Thanks for explations... So Whats is your theme it settings ?
@muhammedrishadk16184 жыл бұрын
Very useful ..thank you dear..
@aytunch4 жыл бұрын
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?
@MobileProgrammer4 жыл бұрын
The user should open a socket connection to your server and then you can send thru that channel.
@murilopazzini42414 жыл бұрын
Will this work with socketIo implementation on NodeJs?
@MobileProgrammer4 жыл бұрын
Socket io uses a different implementation of socket. I wil be making another tutorial on socket io and flutter
@safouaneahmedsalah62334 жыл бұрын
@@MobileProgrammer can also use websocket using nodejs. Not necessarily socket io
@nanisamireddy4 жыл бұрын
Super bro
@vishwayasas79813 жыл бұрын
sir, How to create a screen where you can exchange messages between developer and user? Can you put a video about it?
@Build_the_Future3 жыл бұрын
Can I use this to communicate with a server with an IP and a port?
@MobileProgrammer3 жыл бұрын
Yes
@ayzitech31134 жыл бұрын
It works, thank's sir
@bimegas1004 жыл бұрын
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
@razaabbas8614 жыл бұрын
Can you help me with this Error ?? WebSocketException: Connection to '52.57.112.216:6001/chats/5#' was not upgraded to websocket
@MobileProgrammer4 жыл бұрын
The protocol should be web socket
@razaabbas8614 жыл бұрын
@@MobileProgrammer This is exception .. i am using ws:// to connect ... but this is coming .. searched everywhere..
@MobileProgrammer4 жыл бұрын
Are you using socket io server?
@razaabbas8614 жыл бұрын
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');
@thetshinemyat23184 жыл бұрын
thanks u
@JK920074 жыл бұрын
How to create zoom like app in flutter...??
@ExtremeKnowledges3 жыл бұрын
Hello Sir, status Connected but messages not showing
@arunramana42334 жыл бұрын
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
@MobileProgrammer4 жыл бұрын
Is your server running?
@arunramana42334 жыл бұрын
@@MobileProgrammer yes Same address and port I think there's a problem with xampp connection
@arunramana42334 жыл бұрын
@@MobileProgrammer it works when you change address to 10.0.2.2 on the client's side