Implementing Your Own Custom Socket Connection Class
You can implement your own source code to make socket connections to the GenRocket Real Time Server in any language that supports sockets.
Example Groovy Socket Client
The following source code connects to the GenRocket Real Time Server In Groovy.
Example Python Socket Client
The following source code connects to the GenRocket Real Time Server In Python.
Example PHP Socket Client
The following source code connects to the GenRocket Real Time Server In PHP.