StreamAggregator

It's a system that receives an infinite stream of whitespace-delimited words over a websocket.

Dependencies

To run it, you need to install:

Installing

$ make install

Running server with console

$ make run

usage

$ (while true; do cat text.txt; done) | wscat -c ws://127.0.0.1:1234

Running tests

$ make tests