Skip to content

Commit

Permalink
Using Socket.IO, Plack and AnyEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
vti committed Apr 9, 2011
1 parent 25d71d2 commit 57da1e1
Show file tree
Hide file tree
Showing 16 changed files with 6,806 additions and 122 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
@@ -0,0 +1,3 @@
[submodule "contrib/socket.io"]
path = contrib/socket.io
url = https://github.com/LearnBoost/Socket.IO
9 changes: 5 additions & 4 deletions INSTALL
@@ -1,12 +1,13 @@
Showmetheshell installation steps:

git clone http://github.com/vti/showmetheshell.git
sudo cpan -i IO::Pty Term::VT102 JSON
cd showmetheshell
perl showmetheshell
git submodule update --init
bin/cpanm --sudo IO::Pty Term::VT102 JSON Plack Twiggy Plack::Middleware::SocketIO Text::Caml
twiggy showmetheshell.psgi

If non websocket aware browser is used, flash policy server must be started:
If a non websocket aware browser is used, flash policy server must be started:

sudo perl contrib/reanimator/examples/flash-policy-server.p&

Point your browser to file://where/you/put/showmetheshell/public/index.html.
Point your browser to http://localhost:5000/

0 comments on commit 57da1e1

Please sign in to comment.