Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 319 Bytes

File metadata and controls

26 lines (18 loc) · 319 Bytes

Quickstart

Install dependencies:

pip install -r requirements.txt

Start server:

python json_sample_server.py

In a new shell, run the client code which sends a structured and binary cloudevent to your local server:

python client.py http://localhost:3000/

Test

pytest