Hackle Proxy (Deprecated)
Last updated
This document provides instructions for installing and using Hackle Proxy.
If you are using a development platform supported by the SDK, using the SDK is recommended.
Hackle Proxy is a standalone service for centrally calling the Hackle service. You can use the features provided by the Hackle SDK through the Proxy REST API.

If your development platform is not supported by the Hackle SDK, you can integrate using Hackle Proxy. If an SDK is available for your development platform, using that SDK is recommended. In special cases such as PHP, it may be used alongside an SDK.
You can find the list of development platforms supported by the SDK in the SDK documentation.
These are best practices for situations that generally need to be considered, though they may vary by circumstance.
Generally, the Proxy is implemented to scale from low-spec hardware. For a stable configuration, it is recommended to deploy at least 2 instances.
It is recommended to use a load balancer for traffic routing to enable stable scaling of Proxy instances. If you use AWS, you can use AWS Elastic Load Balancer to stably scale Proxy instances as internal traffic increases.
Last updated