App::SocialCalc::Multiplayer - Multiplayer SocialCalc Server with WebSocket


App-SocialCalc-Multiplayer documentation Contained in the App-SocialCalc-Multiplayer distribution.

Index


Code Index:

NAME

Top

App::SocialCalc::Multiplayer - Multiplayer SocialCalc Server with WebSocket

SYNOPSIS

Top

Run this in a host computer:

    % socialcalc-multiplayer.pl
    Accepting requests at http://0.0.0.0:9999/

Then connect to port 9999 with two or more browsers, and start collaboratively edit a web-based spreadsheet.

DESCRIPTION

Top

This is a convenient bundle around a prototypical WebSocket-SocialCalc integration hack, based on the demonstration in a YAPC::Tiny talk for Chupei.pm during late October 2009.

Please see https://github.com/audreyt/socialcalc/wiki for more information.

AUTHORS

Top

唐鳳 <cpan@audreyt.org>

COPYRIGHT

Top

CC0 1.0 Universal

Top

To the extent possible under law, 唐鳳 has waived all copyright and related or neighboring rights to App::SocialCalc::Multiplayer.

This work is published from Taiwan.

http://creativecommons.org/publicdomain/zero/1.0


App-SocialCalc-Multiplayer documentation Contained in the App-SocialCalc-Multiplayer distribution.

package App::SocialCalc::Multiplayer;
use 5.008001;
our $VERSION = 20110626;

1;

__END__