> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/modules/project-settings/websocket.md).

# WebSocket

![The Project Settings WebSocket Attributes.](/files/xk3P3m0792u3CTFuyZUD)

The **WebSocket Settings** allow the user to manage the **WebSocket Connections** and cover the necessary data to provide functionality to the [**WebSocket Nodes**](/incari-studio/toolbox/communication/websocket.md).

**WebSocket Communication** in **Incari** is available as a plugin and is enabled as default. However, in the case that it is disabled in the **Plugins Editor**, it will not appear in the **Project Settings**. Please refer to the [**Plugins Editor**](/incari-studio/modules/plugins/communication.md) to find out more information.

`Name` is an identifying name of a *WebSocket* connection chosen at the user's discretion. This will show up in the [**Nodes**](/incari-studio/toolbox/communication/websocket.md) as a choice for the `Configuration` **Attribute**.

`URL` is the *URL* of the server.

`Port` is the port the user chooses to serve the *WebSocket* connection. This is often the same port as the website, which for *HTTP* is 80 and for *HTTPS* is 443.
