0.2.0 • Published 2 years ago
@danielisgr8/websocket-client v0.2.0
@danielisgr8/websocket-client
A TypeScript WebSocket client for browsers.
Sends messages and expects to receive messages in the following format:
{
"event": "eventName",
"data": "string, object, array, number, etc."
}