Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 366 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 366 Bytes

birdhouse

A simple mojolicious based command line chat client + server.

SYNOPSIS

Start the server :

./house daemon --listen http://localhost:3001

Start clients which connect to the server :

./bird localhost:3001

Enjoy!