Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/barafael/msg-repeater


https://github.com/barafael/msg-repeater

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Message Repeating TCP Server

Super-simple server that keeps repeating a message with a specified period.

## Tokio variant

Build with `cargo b --features async-spawning` for the tokio-based variant.

## Running it

`cargo r [--features async-spawning] -- raw 32 33 34 a`

In another shell:

`telnet localhost 8080`

See `cargo r -- --help` for CLI args.