# Google Cloud uzerindeki sunucumuzu websocket server olarak kullanma ve websocket

![](https://i.imgur.com/PE5XmAF.png)

* **Google Cloud** **Firewall** uzerinden `Firewall Rules` olustur
* `TCP` hem `8080`, hem de `22` izni olmalidir
  * `8080` sizin sectiginiz port olarak alindi

    ```shell
    	const ws = Websocket({port: 8080))

    ```
* `Target tags` kismindaki degeri `instance` icin `networks tags` kismina yaz

> 💡 Sunucu yeniden baslatmaya gerek yoktur

![](https://i.imgur.com/wAT8PZH.png)

![](https://i.imgur.com/qpe5S1q.png)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.yemreak.com/arsiv/programming/google-cloud-uzerindeki-sunucumuzu-websocket-server-olarak-kullanma-ve-websocket-uzerinden-baglanma.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
