# WebSocket

After clicking on **WebSocket** in the **Plugins Module**, its options will show. All **WebSocket Communication** related components are encompassed by the **WebSocket Plugin**.

To refresh, **WebSocket Communication** is a form of data transmission that is bidirectional and sends data from a client to a server or vice versa via the same connection channel. More information can be found [here](https://en.wikipedia.org/wiki/WebSocket). Within **Incari**, this is done by using the [**WebSocket Nodes**](https://docs.incari.com/incari-studio/toolbox/communication/websocket) and connections are configured in the [**Project Settings**](https://docs.incari.com/incari-studio/modules/project-settings/serial). They add the necessary functionality to a **Project** that requires this type of communication. However, the user may decide that they would rather deactivate this portion of **Incari** to heighten performance and stability.

To do this, the user needs simply to locate the toggle labeled `Activated` and click it once.

![](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-5c462a9ba52c653849df89708d9a7406f017cfcb%2Fwebsocketpluginsbefore20241.png?alt=media)

**Incari** will alert the user of this by outputting this message to the screen:

![](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-d8929605907cb081142611d1f3961fe09bb757fd%2Fpluginsserialmanageroffmessage.png?alt=media)

By following these instructions (save and restart **Incari Studio**) the user will deactivate the **WebSocket Plugin**.

Once the user has followed these steps, they will see that after restarting **Incari Studio** and going to the **Plugins Editor**, the checkmark by **WebSocket** will be gone and the toggle labeled `Deactivated`.

![](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-3e066980af722de49c4aa1b32bbe52ba880730e5%2Fwebsocketpluginsafter20241.png?alt=media)

To activate again, the user just needs to repeat this by clicking `Deactivated` and saving and restarting again.
