App-HistHub
view release on metacpan or search on metacpan
lib/App/HistHub.pm view on Meta::CPAN
You need one histhub server. To bootup the server, type following command:
histhub_server
This server receive updating history data from one client, and broadcast to others.
You also need one client daemon in each computer that you want to share history. To boot client, type following command:
histhubd --histfile=/path/to/your_history_file --server=http://your_server_address
This client send updated history to server, and receive new history from other clients.
=head1 METHODS
=head2 new
my $hh = App::HistHub->new( %options );
Create HistHub object.
Available obtions are:
( run in 0.314 second using v1.01-cache-2.11-cpan-05444aca049 )