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

https://github.com/42loco42/yell

A TCP message broadcaster
https://github.com/42loco42/yell

Last synced: 3 months ago
JSON representation

A TCP message broadcaster

Awesome Lists containing this project

README

        

# yell
Everything that is received from stdin and clients is sent to stdout and all other clients, except that stdin is not send to stdout.

To run:
```bash
make
./yell 0.0.0.0 37812
```
And then open as many connections as you like (e.g. with netcat)