Questions tagged [phpwebsocket]

phpwebsocket is a server-side implementation of a WebSocket server using the PHP language. WebSocket is an API and a protocol for bi-directional, full-duplex communication that is closely associated with HTML5 and implemented in recent versions of most web browsers.

290 questions
-1
votes
2 answers

Only logged in user can edit a form

Only the logged in user can edit the form. If another user logged in and try to edit the form, he wouldn't able to edit the form until the first user logged out or close the form.
-1
votes
1 answer

Codeigniter retchet websocket chat application is not working on live server

I have developed a CodeIgniter based chat application and I am using WebSocket in this application. This code is working fine in the local xampp server but when this code is going into live server then this error is occurring "WebSocket connection…
-1
votes
2 answers

What is the best way to make instant messaging on website?

I am currently creating a website on Symfony 4, and I would like to integrate an instant messaging system like messenger, with the possibility to create groups of discussions. The problem is that I don't know which method to use. Symfony doesn't…
Bastien
  • 63
  • 6
-3
votes
1 answer

PHP and socket.io connection

I need to keep persistent PHP and socket.io connection. PHP script should serve as client (listen for socket.io events and emit back to socket.io). Is it even possible? Where should I start?
Gugis
  • 519
  • 11
  • 24
1 2 3
19
20