server-drumsolo
v2.2.0
Published
Play a drum solo from your server logs
Readme
What is this?
server-drumsolo is a way to hear your server (in the form of a drum solo!) in real-time with piped data from your server logs via stdin
How to use
The most rudimentary use cases are as follows:
$echo GET | npx server-drumsolo$echo POST | npx server-drumsoloPractical examples
$tail -f myserverlogs.txt | npx server-drumsolo$cat myserverlogs.txt | npx server-drumsolo$./myserver | npx server-drumsolo