Make your new pet happy! Utilisation guide
Basics
TCP
Open the socket and write your message. That's all.
HTTP
The URL is http://yourhost:port/send/the%20message. Just send a GET HTML entites and other HTML stuff are converted.
With utilites
netcat (tcp)
Just pipe (|) your STDOUT to nc.
Example: echo "hello" | nc yourhost:port
curl (http)
Just call the URL with the message.
Example: curl http://yourhost:port/send/hello%20%i'm%20the%20irccat!
Clients!
Read the special page.
Github
Edit your projet on github and set the Post-Receive URL to http://yourhostname:port/github. That's all.
Sample uses
Subversion post-commit hook
Coming soon- and 0.2 will be full of useful scripts.