📄️ Extending
ZilaClient
📄️ Configuring the server
Setting the port
📄️ ILogger
This is a interface / script used by the server to log data to the console.
📄️ Starting the server
Secure
📄️ Cookie management
Setting cookies
📄️ Recieving data
There are two ways to reciveve data from a client. With ZilaWS data can be asked and waited for.
📄️ Sending data
Send data to a specific client
📄️ Local events
Things happen all the time server side. They can be tracked, with EventListeners.
📄️ Terminating a connection
There are two ways a connection can be terminated using ZilaWS.
📄️ Stopping the server
Asynchronous (recommended)