Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 561 Bytes

File metadata and controls

27 lines (17 loc) · 561 Bytes

Workload WebSocket Replica Connector Example with Python

This example illustrates the process of establishing a WebSocket connection with a specific workload replica, sending a message, and receiving a response using Python within the Control Plane platform.

This project has been validated with Python version 3.11.4.

Prerequisites

  • Python installed.

Create a Virtual Python Environment (Optional)

python -m venv venv

Install Requirements

pip install -r requirements.txt

Run Script

python main.py