The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

PNI::GUI - is a cool webapp

DESCRIPTION

It is a webapp implemented with Mojolicious that let you use the Perl Node Interface. Talking with MVC terms, code outside the PNI::GUI namespace builds the Model. Perl code inside PNI::GUI belongs to the Controller, everything else (HTML/CSS/JavaScript) is part of the View.

ROUTES

DEL /edge/:edge_id

GET /edge/:edge_id

PUT /edge

DEL /node/:node_id

GET /node/:node_id

PUT /node

DEL /scenario/:scenario_id

GET /scenario/:scenario_id

PUT /scenario