06.03.2013 Views

Sviluppo web: dall'antichità all'avanguardia e ritorno - The Cattle Grid

Sviluppo web: dall'antichità all'avanguardia e ritorno - The Cattle Grid

Sviluppo web: dall'antichità all'avanguardia e ritorno - The Cattle Grid

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

# Un semplice pong<br />

<strong>web</strong>socket '/ping' => sub {<br />

my $self = shift;<br />

# ... async ...<br />

$self->on(message => sub {<br />

my ($self, $message) = @_;<br />

$self->send_message("hai detto: $message");<br />

});<br />

};

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!