import { EventEndpoint } from "https://deno.land/x/ayonli_jsext@v0.9.72/sse.ts";
Sends a message to the client.
The client (EventSource
or EventConsumer) will receive the
message as a MessageEvent
, which can be listened to using the
message
event.