# Web-Hippie **Repository Path**: mirrors_gitpan/Web-Hippie ## Basic Information - **Project Name**: Web-Hippie - **Description**: Read-only release history for Web-Hippie - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-20 - **Last Updated**: 2025-09-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README NAME Web::Hippie - Web toolkit for the long hair, or comet SYNOPSIS use Plack::Builder; builder { mount '/_hippie' => builder { enable "+Web::Hippie"; sub { my $env = shift; my $args = $env->{'hippie.args'}; my $handle = $env->{'hippie.handle'}; # Your handler based on PATH_INFO: /init, /error, /message } }; mount '/' => my $app; }; DESCRIPTION Web::Hippie provides unified persistent and streamy communication channel over HTTP via websocket (bidirectional) or mxhr (uni-directional) for your application. See Web::Hippie::Pipe for unified bidirectional abstraction with message bus. SEE ALSO Web::Hippie::Pipe, Web::Hippie::App::JSFiles AUTHOR Chia-liang Kao LICENSE This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO