You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# PHP websockets sample for Google App Engine Flexible Environment
2
+
3
+
This sample demonstrates how to use websockets on [Google App Engine Flexible Environment](https://cloud.google.com/appengine).
4
+
5
+
## Running locally
6
+
7
+
Use the following commands to run locally:
8
+
9
+
```sh
10
+
cd php-docs-samples/appengine/flexible/cloudsql
11
+
php -S localhost:8080
12
+
```
13
+
14
+
## Deploying
15
+
Refer to the [top-level README](../README.md) for instructions on running and deploying.
16
+
17
+
Note that you will have to [create a firewall rule](https://cloud.google.com/sdk/gcloud/reference/compute/firewall-rules/create) that accepts traffic on port `8000`:
0 commit comments