phpwebsocket Questions

2

I have implemented WebRTC for video-audio call through browser. I am using the latest adapter.js. I also implemented WebRTC for native android app too. My signaling server is based on php WebSocket...
Coleville asked 27/3, 2019 at 13:56

9

Solved

I am using web socket using PHP5 and the Chrome browser as client. I have taken the code from the site http://code.google.com/p/phpwebsocket/. I run the server, and the client is also connected. I...
Indocile asked 23/9, 2010 at 16:30

1

Solved

I have created a Chat application in Ratchet PHP. It runs fine on local machine using WAMP. I want it to setup on live server. On my server I have: PHP Support SSH access Port 9000, which is o...
Chiquitachirico asked 18/9, 2019 at 9:27

1

I've tried all the ways to implement this package Laravel Websockets with homestead, locally it works but using nginx Homestead doesn't. 1 -> configuration for /etc/nginx/sites-available/example.t...
Variegated asked 9/3, 2019 at 10:32

1

As I tried to run the chat app from localhost connected to MySQL database which had been coded with PHP via WebSocket it was successful. Also when I tried to run from the PuTTY terminal logged int...
Stewardson asked 17/10, 2018 at 6:35

3

I am trying to connect to a secure websocket created by PHP, but for some reason it doesn't work. The certificate files are readable for PHP. This is my code so far (PHP side; stripped down code f...
Culmination asked 11/5, 2018 at 8:45

1

Solved

So, I am running a Ratchet (php) websocket server with multiple routes that connect do multiple Ratchet apps (MessageComponentInterfaces): //loop $loop = \React\EventLoop\Factory::create(); //we...
Midbrain asked 7/2, 2017 at 17:10

1

Solved

I developed a multiplayer card game and therefore used a websocket. To implement the websocket in php, I used this library I'v put it to my ubuntu server and the program works fine on Chrome Brows...
Agathy asked 31/1, 2017 at 12:7

2

I got a webapplication written in Laravel 4. This application makes use of Ratchet and to be more specific, it uses the package Latchet. As a sidenote I am using the following techniques : AutoBa...
Lulululuabourg asked 23/9, 2013 at 18:52

1

I am developing a web application where I need real time behavior for the following scenario, Application will have two type of users Player and Spectator. Players can join an going game while Sp...
Phrasing asked 3/11, 2015 at 8:41

6

Solved

I installed node.js v0.8.22 and tried to install socket.io in Windows 7 32bit Socket.io installation fails consecutively. Console log is: C:\Program Files\nodejs>npm install socket.io npm...
Philipps asked 7/3, 2013 at 13:32

1

Solved

I would like to know how many clients are actually subscribing to a chatroom / conversation. To be more precise, i just want to know if there is more than 1 client. (Chatroom are actually a privat...
Cytotaxonomy asked 18/6, 2015 at 13:39

2

Solved

I am making iOS chat application. After doing study on needed technology and protocols, I decided to give a websockets try. For reasons our stack top is php based and I came to know about ratchet a...
Corinnecorinth asked 26/12, 2014 at 11:48

3

Solved

How can I follow a tutorial like this without using the command line? http://www.flynsarmy.com/2012/02/php-websocket-chat-application-2-0/ I need to be able to use websockets but have a shared se...
Tournedos asked 15/2, 2013 at 5:47

2

Solved

I have a websocket client/server that works perfectly with Firefox and Chrome 18. It does not work with Chrome 19 beta. I suspect it is due to this browser now using a deflate-frame extension which...
Mcculloch asked 4/5, 2012 at 22:4

5

I have a situation where I need to update one browser window based on input from the other. Right now I'm using WebSockets and it's working great. Now I want to send data to the WebSocket using P...
Niece asked 19/4, 2011 at 0:12

4

Solved

With all the buzz around WebSockets, it's pretty hard to find a good walkthrough on how to use them with an Apache server on Google. We're developing a plugin, in PHP (symfony2), which will run fr...
Acis asked 4/7, 2012 at 19:7

1

I am trying to implement the basic chat application from http://socketo.me/docs/hello-world, however I keep getting this error. I tried to move files around, but with no success, but I am qui...
Topi asked 11/8, 2013 at 13:59

1

Solved

I'm getting into Web Sockets now and have been successfully using the online websockets Pusher(didn't like it) and Scribble(amazing but downtime is too frequent since it's just one person running i...
Howe asked 15/6, 2013 at 9:7

3

Edit: I tried this phpwebsocket: http://www.wilky.it/Shared/phpwebsocket.zip and it works in Firefox, but my question still remains: how do I get websockets to work with a php server in Chrome 17? ...
Sideman asked 20/2, 2012 at 7:23

2

Solved

A few days ago I setup this WebSocket server from http://code.google.com/p/phpwebsocket/ It works excellent on my localhost by using Xampp. Then, I uploaded it to my webspace on Strato, but now I ...
Screak asked 8/12, 2012 at 13:49

2

Solved

I am developing a simple websocket server in PHP. I know there are quite a few existing implementations but I want to make my own so to learn the protocol better. I managed to do the handshaking fi...
Severalty asked 29/10, 2012 at 11:35

4

Solved

I am using javascript to connect websocket: <script> var socket; var host = "ws://localhost:8000/socket/server/startDaemon.php"; var socket = new WebSocket(host); </script> I g...
Maddie asked 30/5, 2011 at 4:48

2

Solved

I have a websocket connection from the browser to a php script running as a websocket server on CLI. I have the client send its session_id that was on the server i know which user has which sessi...
Outspoken asked 18/3, 2011 at 14:25
1

© 2022 - 2024 — McMap. All rights reserved.