> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nanoforge.eu/llms.txt
> Use this file to discover all available pages before exploring further.

# sendToEverybody

> Broadcast a packet to all connected clients over the unreliable data channels. The server will frame the provided data with the configured magic terminator.

# sendToEverybody

## Summary

Broadcast a packet to all connected clients over the unreliable data channels. The server will frame the provided data with the configured magic terminator.

## Signature

```typescript theme={null}
sendToEverybody(data: Uint8Array): void;
```

## Parameters

### data

**Type**:`Uint8Array`

Raw packet bytes (Uint8Array) to send to every client

## Returns

**Type**:`void`

Broadcast a packet to all connected clients over the unreliable data channels. The server will frame the provided data with the configured magic terminator.
