You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rune service ${my_rune.rune} --protocol=http,ws,grpc,mqtt which would make an end point so people can quickly integrate. The protocol should be simply a bytes reader with the assumption that it will be Uint8 array.
The text was updated successfully, but these errors were encountered:
Would love to have two new commands to the rune cli:
rune serve ${my_rune.rune}
- Which makes a QR code using something similar to https://github.com/hotg-ai/rune-serverune service ${my_rune.rune} --protocol=http,ws,grpc,mqtt
which would make an end point so people can quickly integrate. The protocol should be simply a bytes reader with the assumption that it will be Uint8 array.The text was updated successfully, but these errors were encountered: