Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict; 
    use Mojolicious::Lite;
    ...
    };
    
    app->start;
    
  2. or download this
    <!DOCTYPE html>
    <html>
        <head>
    ...
            <div id="container"></div>
        </body>
    </html>
    
  3. or download this
    $(function () {
        // figure out where we need to connect to, and then do so
        var server = $('#connection').text();
    ...
        };
    
    });