Skip to content

Releases: rjacobs31/echo-rs

TCP stream release

05 Apr 17:53
Compare
Choose a tag to compare

Basic TCP stream echo functionality.

Takes an optional first argument, which indicates the server address (e.g. 0.0.0.0:8000),
otherwise it will run on 127.0.0.1:3000.

Notes

  • echo-rs and echo-rs-strip should behave exactly the same way, but echo-rs-strip has been run through the Linux strip utility.