Implementing Your Own Custom REST Connection Class
You can implement your own source code to make REST connections to the GenRocket Real-Time Server in any language.
Example Groovy REST Client
The following source code connects to the GenRocket Real-Time Server in Groovy over REST using port 8181.
For the Groovy language, the HTTBuilder is a dependency for this code.