Title here
Summary here
Release 0.1.3 is out!
Better yet, you can use this version for free from cloud.rapidrecast.io.
It is extremely rudimentary while I set up my components.
Features
Find the downloads below.
| Platform | Link |
|---|---|
| Windows x86_64 | .tar.gz .zip |
| Mac x86_64 (Intel) | .tar.gz .zip |
| Mac aarch64 (M1/M2/M3) | .tar.gz .zip |
| Linux x86_64 | .tar.gz .zip |
# POST a message to the topic
curl -X POST http://cloud.rapidrecast.io/{topic} -H "Content-Type: application/json" -d '{message}'
# GET messages from the topic
curl -X GET http://cloud.rapidrecast.io/{topic}