Connection methods
This is the collection of connection methods within the TinyBasePartyKitServer
class. There are only two connection methods, onMessage
and onRequest
.
onMessage
The onMessage
method is called when the server receives a message from a client.
onRequest
The onRequest
method is called when a HTTP request is made to the party URL.