RapidRecast 0.1.3

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

  • Publish via HTTP/1.1 POST requests
  • Consume via HTTP/1.1 GET requests
  • Sled storage engine

Find the downloads below.

PlatformLink
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

Generate Curl Commands

Curl Commands
          
# 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}