Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Architecture advice, proxy or rebroadcast websocket

by haukex (Archbishop)
on Jan 17, 2020 at 16:31 UTC ( [id://11111532]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/env perl
    use Mojolicious::Lite -signatures;
    ...
        $c->send("Connected... RUN|STOP");
    };
    app->start
    
  2. or download this
    #!/usr/bin/env perl
    use Mojo::Base -strict, -signatures;
    ...
    });
    
    Mojo::IOLoop->start unless Mojo::IOLoop->is_running;
    
  3. or download this
    #!/usr/bin/env perl
    use Mojolicious::Lite -signatures;
    ...
        $c->send("Connected... RUN|STOP");
    };
    app->start
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11111532]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (3)
As of 2024-04-25 23:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found