The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "distribution:Mojolicious Mojolicious::Lite"

Mojolicious::Lite - Micro real-time web framework River stage four • 943 direct dependents • 1041 total dependents

Mojolicious::Lite is a tiny domain specific language built around Mojolicious, made up of only about a dozen Perl functions. On Perl 5.20+ you can also use a "-signatures" flag to enable support for subroutine signatures. use Mojolicious::Lite -signa...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojolicious::Command::Author::generate::lite_app - Lite app generator command River stage four • 943 direct dependents • 1041 total dependents

Mojolicious::Command::Author::generate::lite_app generate fully functional Mojolicious::Lite applications. This is a core command, that means it is always enabled and its code a good example for learning to build new commands, you're welcome to fork ...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

ojo - Fun one-liners with Mojo River stage four • 943 direct dependents • 1041 total dependents

A collection of automatically exported functions for fun Perl one-liners. Ten redirects will be followed by default, you can change this behavior with the "MOJO_MAX_REDIRECTS" environment variable. $ MOJO_MAX_REDIRECTS=0 perl -Mojo -E 'say g("example...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

morbo - Morbo HTTP and WebSocket development server River stage four • 943 direct dependents • 1041 total dependents

Start Mojolicious and Mojolicious::Lite applications with the Mojo::Server::Morbo web server....

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

hypnotoad - Hypnotoad HTTP and WebSocket server River stage four • 943 direct dependents • 1041 total dependents

Start Mojolicious and Mojolicious::Lite applications with the Hypnotoad web server....

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojolicious::Guides - The Mojolicious Guide to the Galaxy River stage four • 943 direct dependents • 1041 total dependents

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojolicious::Commands - Command line interface River stage four • 943 direct dependents • 1041 total dependents

Mojolicious::Commands is the interactive command line interface for the Mojolicious framework. It will automatically detect available commands in the "Mojolicious::Command" and "Mojolicious::Command::Author" namespaces....

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojo::Server::Hypnotoad - A production web serv...ALL GLORY TO THE HYPNOTOAD! River stage four • 943 direct dependents • 1041 total dependents

Mojo::Server::Hypnotoad is a full featured, UNIX optimized, pre-forking non-blocking I/O HTTP and WebSocket server, built around the very well tested and reliable Mojo::Server::Prefork, with IPv6, TLS, SNI, UNIX domain socket, Comet (long polling), k...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojolicious::Guides::Testing - Web Application Testing Made Easy River stage four • 943 direct dependents • 1041 total dependents

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojolicious::Plugin::Mount - Application mount plugin River stage four • 943 direct dependents • 1041 total dependents

Mojolicious::Plugin::Mount is a plugin that allows you to mount whole Mojolicious applications. The code of this plugin is a good example for learning to build new plugins, you're welcome to fork it. See "PLUGINS" in Mojolicious::Plugins for a list o...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojolicious::Guides::Routing - Routing requests River stage four • 943 direct dependents • 1041 total dependents

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojolicious::Plugin::Config - Perl-ish configuration plugin River stage four • 943 direct dependents • 1041 total dependents

Mojolicious::Plugin::Config is a Perl-ish configuration plugin. The application object can be accessed via $app or the "app" function, strict, warnings, utf8 and Perl 5.16 features are automatically enabled. A default configuration filename in the ap...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojolicious::Plugin::TagHelpers - Tag helpers plugin River stage four • 943 direct dependents • 1041 total dependents

Mojolicious::Plugin::TagHelpers is a collection of HTML tag helpers for Mojolicious, based on the HTML Living Standard <https://html.spec.whatwg.org>. Most form helpers can automatically pick up previous input values and will show them as default. Yo...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojolicious::Guides::Rendering - Rendering content River stage four • 943 direct dependents • 1041 total dependents

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojolicious::Guides::Growing - Growing Mojolicious applications River stage four • 943 direct dependents • 1041 total dependents

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojolicious::Guides::Tutorial - Get started with Mojolicious River stage four • 943 direct dependents • 1041 total dependents

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojolicious::Plugin::JSONConfig - JSON configuration plugin River stage four • 943 direct dependents • 1041 total dependents

Mojolicious::Plugin::JSONConfig is a JSON configuration plugin that preprocesses its input with Mojo::Template. The application object can be accessed via $app or the "app" function. A default configuration filename in the application home directory ...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojolicious::Guides::Cookbook - Cooking with Mojolicious River stage four • 943 direct dependents • 1041 total dependents

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojolicious::Plugin::EPRenderer - Embedded Perl renderer plugin River stage four • 943 direct dependents • 1041 total dependents

Mojolicious::Plugin::EPRenderer is a renderer for Embedded Perl templates. For more information see "Embedded Perl" in Mojolicious::Guides::Rendering. This is a core plugin, that means it is always enabled and its code a good example for learning to ...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC

Mojolicious::Plugin::DefaultHelpers - Default helpers plugin River stage four • 943 direct dependents • 1041 total dependents

Mojolicious::Plugin::DefaultHelpers is a collection of helpers for Mojolicious. This is a core plugin, that means it is always enabled and its code a good example for learning to build new plugins, you're welcome to fork it. See "PLUGINS" in Mojolici...

SRI/Mojolicious-9.36 - 08 Mar 2024 22:16:38 UTC
24 results (0.101 seconds)