CFML Functions
socket Category functions
| Function Name | Description |
|---|---|
| SocketConnect | Connects to a remote socket and returns back a SocketData class that lets you interact with the remote server |
| SocketServergetclients | Returns an array of all the current connected clients to this server port |
| SocketServerstart | Creates a listening server that clients can connect to and interact with. CFC's that are created for each client, you will access to the current application scope inside the CFC |
| SocketServerstop | Shutdowns an existing server that has been setup |
