rsocket / rsocket-cli

Command-line client for ReactiveSocket
Apache License 2.0
71 stars 22 forks source link

Add a repl mode #33

Closed yschimke closed 6 years ago

yschimke commented 7 years ago

cc @mitermayer any wishlist?

yschimke commented 7 years ago

what would the commands be like?

stream "input payload" --md "metadata payload" stream 1 created

request 1 100 requested 100 credits

out> 1 out> 2 ... out> 100

mitermayer commented 7 years ago

I think being able to send a multiline payload as plain text would be awesome. Maybe in JSON format ?

mitermayer commented 7 years ago

Other cool features that it could have:

yschimke commented 6 years ago

Going to close this out and target a REPL based on kscript