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

Search results for "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 - Search in distribution

Mojolicious::Plugin::SQLiteViewerLite - Mojolicious plugin to display SQLite database information on browser River stage zero No dependents

Mojolicious::Plugin::SQLiteViewerLite is Mojolicious plugin to display SQLite database information on browser. Mojolicious::Plugin::SQLiteViewerLite have the following features. * Display all table names * Display "show create table" * Select * from ...

KIMOTO/Mojolicious-Plugin-SQLiteViewerLite-0.15 - 07 Mar 2021 23:48:50 UTC - Search in distribution

Mojolicious::Plugin::FillInFormLite - Mojolicious plugin to fill in form. River stage zero No dependents

Mojolicious::Plugin::FillInForm is Mojolicious plugin to fill in form....

UCHIKO/Mojolicious-Plugin-FillInFormLite-0.02 - 06 Jun 2014 06:17:18 UTC - Search in distribution

Mojolicious::Plugin::MySQLViewerLite - Mojolicious plugin to display MySQL database information on browser River stage zero No dependents

Mojolicious::Plugin::MySQLViewerLite is Mojolicious plugin to display MySQL database information on your browser. Mojolicious::Plugin::MySQLViewerLite have the following features. * Display all table names * Display "show create table" * Select * fro...

KIMOTO/Mojolicious-Plugin-MySQLViewerLite-0.17 - 07 Mar 2021 23:57:01 UTC - Search in distribution

Mojolicious::Plugin::PlugAuthLite - Add a minimal PlugAuth server to your Mojolicious application. River stage one • 3 direct dependents • 4 total dependents

This plugin provides a very minimal but customizable PlugAuth server which can be included with your Mojolicious application for Clustericious applications to authenticate against. If you do not need specialized plugins for LDAP or DBI, and if you do...

PLICEASE/Test-Clustericious-Cluster-0.38 - 13 Mar 2018 02:07:38 UTC - Search in distribution

Mojo::Pg - Mojolicious ♥ PostgreSQL River stage two • 11 direct dependents • 13 total dependents

Mojo::Pg is a tiny wrapper around DBD::Pg that makes PostgreSQL <http://www.postgresql.org> a lot of fun to use with the Mojolicious <https://mojolicious.org> real-time web framework. Perform queries blocking and non-blocking, use all SQL features <h...

SRI/Mojo-Pg-4.27 - 15 Mar 2022 12:13:59 UTC - Search in distribution

Mojolicious::Plugin::Cron - a Cron-like helper for Mojolicious and Mojolicious::Lite projects River stage zero No dependents

Mojolicious::Plugin::Cron is a Mojolicious plugin that allows to schedule tasks directly from inside a Mojolicious application. The plugin mimics *nix "crontab" format to schedule tasks (see cron <https://en.wikipedia.org/wiki/Cron>) . As an extensio...

DMANTO/Mojolicious-Plugin-Cron-0.034 - 18 Jan 2024 23:08:00 UTC - Search in distribution

Mojo::mysql - Mojolicious and Async MySQL/MariaDB River stage one • 3 direct dependents • 5 total dependents

Mojo::mysql is a tiny wrapper around DBD::mysql and DBD::MariaDB that makes MySQL <http://www.mysql.org> and MariaDB <https://mariadb.org/> a lot of fun to use with the Mojolicious <http://mojolicio.us> real-time web framework. The two DBD drivers ar...

JHTHORSEN/Mojo-mysql-1.27 - 26 Oct 2023 12:00:29 UTC - Search in distribution

MojoX::Redis - asynchronous Redis client for Mojolicious. River stage zero No dependents

MojoX::Redis is an asynchronous client to Redis for Mojo....

UNDEF/MojoX-Redis-0.88 - 24 Mar 2015 05:09:47 UTC - Search in distribution

Mojo::JSON_XS - Faster JSON processing for Mojolicious River stage zero No dependents

Using Mojo::JSON_XS overrides Mojo::JSON, so your JSON processing will be done by compiled C code rather than pure perl. Cpanel::JSON::XS is a hard dependency, so is required both at installation time and run time. DEPRECATED This code was merged int...

NICZERO/Mojo-JSON_XS-1.022 - 11 Apr 2021 16:00:24 UTC - Search in distribution

Mojo::Webqq - A Webqq Client Framework base on Mojolicious River stage zero No dependents

通过该项目,你可以完成基本的登录、接收和发送消息,在此基础上你可以通过插件的形式实现更多附加功能,比如: 群管理、聊天记录统计、QQ消息报警、QQ机器人、在QQ群中执行Perl代码,查询Perldoc文档、消息转发、QQ和IRC联通等等 原先的Webqq::Client模块采用的是LWP+AnyEvent实现阻塞和非阻塞请求 代码比较混乱,存在诸多bug,易用性和可扩展性较差 此项目是Webqq::Client模块的重构,基于Mojolicious框架,具体更多良好特性,比如: 基于Mojo::...

SJDY/Mojo-Webqq-2.2.7 - 10 Apr 2019 06:22:46 UTC - Search in distribution
  • Mojo::Webqq - A Webqq Client Framework base on Mojolicious

Mojo::SQLite - A tiny Mojolicious wrapper for SQLite River stage two • 13 direct dependents • 19 total dependents

Mojo::SQLite is a tiny wrapper around DBD::SQLite that makes SQLite <https://www.sqlite.org/> a lot of fun to use with the Mojolicious <https://mojolico.us> real-time web framework. Use all SQL features <http://sqlite.org/lang.html> SQLite has to off...

DBOOK/Mojo-SQLite-3.009 - 23 Mar 2022 00:17:05 UTC - Search in distribution

Mojo::Weixin - A Weixin Client Framework base on Mojolicious River stage zero No dependents

通过该项目,你可以完成微信基本的登录、接收和发送消息,在此基础上你可以通过插件的形式实现更多附加功能,比如: 群管理、聊天记录统计、消息报警、智能问答机器人、在群聊中执行 Perl 代码,查询 Perldoc 文档、消息转发、微信和IRC联通等 此项目是Weixin::Client模块的重构,基于Mojolicious框架,具体更多良好特性,比如: 基于Mojo::Base更好的对象模型、基于Mojo::EventEmitter灵活的事件管理机制、 基于Mojo::UserAgent统一的阻塞和...

SJDY/Mojo-Weixin-1.4.6 - 29 Sep 2019 11:19:48 UTC - Search in distribution
  • Mojo::Weixin - A Weixin Client Framework base on Mojolicious

App::perldolicious - Mojolicious::Lite webapp that lets you search (with regexp) and display CPAN modules documentation River stage zero No dependents

See the documentation of perldolicious(1)....

SYALTUT/App-perldolicious-0.011 - 06 Sep 2013 09:50:09 UTC - Search in distribution
  • perldolicious - Mojolicious::Lite webapp that lets you search (with regexp) and display CPAN modules documentation

MojoX::MIME::Types - MIME Types for Mojolicious River stage three • 84 direct dependents • 576 total dependents

[Added to MIME::Types 2.07] This module is a drop-in replacement for Mojolicious::Types, but with a more correct handling plus a complete list of types... a huge list of types. Some methods ignore information they receive: those parameters are accept...

MARKOV/MIME-Types-2.26 - 06 Feb 2024 09:19:01 UTC - Search in distribution

Raisin - A REST API microframework for Perl. River stage one • 1 direct dependent • 1 total dependent

Raisin is a REST API microframework for Perl. It's designed to run on Plack, providing a simple DSL to develop RESTful APIs easily. It was inspired by Grape <https://github.com/intridea/grape>....

RTKH/Raisin-0.94 - 12 Apr 2022 18:18:49 UTC - Search in distribution

Pepper - Quick-start kit for learning and creating microservices in Perl. River stage zero No dependents

/ PURPOSE This quick-start kit is designed for new users to easily experiment and learn about Perl and for seasoned users to quickly stand up simple web services. This is not a framework. This is a quick-start kit meant to simplify learning and small...

ECHERNOF/Pepper-1.5 - 24 Feb 2021 16:57:01 UTC - Search in distribution

CGI::Tiny - Common Gateway Interface, with no frills River stage zero No dependents

CGI::Tiny provides a modern interface to write CGI <https://en.wikipedia.org/wiki/Common_Gateway_Interface> scripts to dynamically respond to HTTP requests as defined in RFC 3875 <https://tools.ietf.org/html/rfc3875>. It is intended to be: * Minimal ...

DBOOK/CGI-Tiny-1.002 - 09 Jun 2021 04:34:49 UTC - Search in distribution

Mango - Pure-Perl non-blocking I/O MongoDB driver River stage two • 9 direct dependents • 10 total dependents

Mango is a pure-Perl non-blocking I/O MongoDB driver, optimized for use with the Mojolicious real-time web framework, and with multiple event loop support. Since MongoDB is still changing rapidly, only the latest stable version is supported. For Mong...

ODC/Mango-1.30 - 17 Mar 2018 15:28:07 UTC - Search in distribution
408 results (0.1 seconds)