PHPWebSocket-Chat
PHPWebSocket-Chat copied to clipboard
Flexable and extensible WebSocket chat application example with a PHP server.
hello,thanks you so much for this code. i want to join two users in a specific room. please help.
Hey! This code works perfectly.. We only need an example to use this code with HTTPS. There is an error: "WebSocket connection to 'wss://myip:port/' failed: Error in connection establishment: net::ERR_CONNECTION_CLOSED"...
How can i transmit data of a logged-in user when he is sending a message? :(
Not sure if this is the best way to accomplish it or not, but added an Origin check to make sure it matches where you are expecting your users to...
Hello All, I am using this in PHP and angular, is this working in android apps. Please let me know if any tutorial available or suggestion.
great script! I got it running. But no idea how to close it again? is this websocket open for eternity now haha
wss support
Hi, congratulations for the the personal implementation of the WebSocket server. I'm going to use your library for a personal open source project. I have one very important request. Is...
hi , first of all thanx for this code. i am using this library to implement a chat application , problem is how can i send the logged in user...